mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -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";