mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-05 00:02:38 -04:00
228 B
228 B
0.11.2
Bugfixes
The :cookies
plugin wasn't able to parse Expires
values, as it was using Time.httpdate
to parse timestamps, which is RFC 2616-compliant, whereas cookies datetime values need to be RFC 6265-compliant.