PyCon Pittsburgh. April 15-23, 2020.

Talk: Introducing HTTPX

Presented by:

Tom Christie

Description

HTTPX is a modern HTTP client for Python 3, that handles both HTTP/1.1 and HTTP/2, and includes optional async support.

We’ll cover:

  • Using httpx to make HTTP requests, and an overview of it’s functionality.
  • Where httpx differs from requests, and where it does not.
  • A walk through of httpx‘s HTTP/2 support and async support.