Overview of RuriLib.Http features
masterRuriLib.Http is a library providing specialized HTTP client capabilities built on top of RuriLib.Proxies. Key features include:
- Custom proxied HTTP client: Using
RLHttpClient. HttpMessageHandlerintegration: UseProxyClientHandlerwith the standardSystem.Net.Http.HttpClient.- curl-impersonate integration: Provides browser-like TLS and HTTP fingerprints via
CurlImpersonateHttpClient. - Proxy Support: Supports HTTP, SOCKS, and proxiless connections.
- Response Decoding: Automatic decoding for
gzip,deflate,brotli, andzstd. - Cookie Management: Built-in cookie parsing and
CookieContainersupport.