HTTPX is a next generation HTTP client, that supports HTTP/2 and HTTP/1.1.
It can be used in high-performance async web frameworks, using either asyncio or trio, and is able to support making large numbers of requests concurrently.
This talk will introduce HTTPX, demonstrate some of its features, and talk through the motivation and aims for the project.
The talk will cover:
Requests
package.Speakers: Tom Christie