RE
Requests
Simple, elegant HTTP library for Python — human-friendly API for GET, POST, sessions, authentication, and SSL.
Requests is the canonical Python HTTP library — its tagline “HTTP for Humans” captures the idea perfectly. Session objects, automatic JSON decoding, connection pooling, and transparent redirect handling make it the go-to for scripting API calls. Synchronous only; see httpx for async alternatives.
// commonly used with
// related libraries
Fully featured async HTTP client for Python — Requests-compatible API with HTTP/2 and …
http
2019
open source
// tags
httprestapipythonnetworking