mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-11-22 00:05:57 -05: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.