What is HTTPCore?
masterHTTPCore is a minimal, low-level HTTP client designed for one purpose: sending HTTP requests. It avoids high-level abstractions like redirect handling, multipart uploads, authentication, caching, or JSON decoding.
Key Features:
- Sending HTTP requests.
- Thread-safe and task-safe connection pooling.
- HTTP(S) proxy and SOCKS proxy support.
- Support for HTTP/1.1 and HTTP/2.
- Both synchronous and asynchronous interfaces.
- Async backend support for
asyncioandtrio.