FsHttp
FsHttp copied to clipboard
Add multiple cookies
add ability to add multiple cookies in a single step, from a list of cookie strings
Related to #2
yes i agree, maybe is not needed but indeed was linked to trying to read Accept-Cookies from response headers and place them all in the new request in 1 go
... trying to read Accept-Cookies from response headers ...
The response header I know is Set-Cookie
- is it that what is meant here?
If so, it would propable be useful to change the signature to accepting either
- a
System.Net.Cookie seq
, and / or - a
System.Net.Http.HttpResponseMEssage
, and / or - a
FsHttp.Domain.Response
Do you have a working example (maybe with an available online test service)?