What is HTTPCore?
mainHTTPCore is a minimal, low-level HTTP client designed to do one thing: send HTTP requests. It provides a foundation for higher-level libraries rather than providing high-level abstractions.
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.