mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
authentication plugin TIL that S3 does not speak HTTP/2 (cloudfront does). Also, AWS sigv4 verification breaks with pipelined requests, therefore, we have to send them one at a time. GCP does provide HTTP/2 support, so let's test there as well.