mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
265 B
265 B
0.14.1
Bugfixes
- fixed: HTTP/2-specific headers were being reused on insecure redirects, thereby creating an invalid request (#128);
- fixed: multipart request parts weren't using explicity set
:content_type
, instead using file mime type or "text/plain";