Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple feature requests #4

Closed
snake-4 opened this issue Apr 15, 2021 · 1 comment
Closed

Multiple feature requests #4

snake-4 opened this issue Apr 15, 2021 · 1 comment

Comments

@snake-4
Copy link

snake-4 commented Apr 15, 2021

Can the following features be added?

  • 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.
@matteocontrini
Copy link
Owner

Brotli decompression and choosing the HTTP version have been included in the v1.3.0 release:

https://github.com/matteocontrini/PlainHttp/releases/tag/v1.3.0

I'm going to close this issue since I prefer individual issues to be opened, one for reach request/report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants