Http.fs
Http.fs copied to clipboard
Consider exposing cookies for Request
This would mean I can make stateful requests; the presence of that container (it can be CookieContainer option) would entail the flag CookiesEnabled.
I don't like the idea of exposing that, I want to hide the mechanics of WebRequest as much as possible.
Ok, so wrap it?