You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First one being the automatic decompression of Brotli.
Second is the ability to set the underlying IWebProxy manually using a field of HttpRequest instead of having the library construct a new one from a URI so that it is possible to use different proxy classes that implement IWebProxy which is what some SOCKS libraries do.
Third one is to have a way to set the Version field of the underlying HttpRequestMessage's so that it is possible to specify the HTTP version to be used.
And the last one is to have some sort of abstraction over CookieContainer. Ideally an isolation of cookies between different requests and a way to preserve cookies would be pretty good.
The text was updated successfully, but these errors were encountered:
Can the following features be added?
IWebProxy
manually using a field ofHttpRequest
instead of having the library construct a new one from a URI so that it is possible to use different proxy classes that implementIWebProxy
which is what some SOCKS libraries do.Version
field of the underlyingHttpRequestMessage
's so that it is possible to specify the HTTP version to be used.CookieContainer
. Ideally an isolation of cookies between different requests and a way to preserve cookies would be pretty good.The text was updated successfully, but these errors were encountered: