| commit | e6a1f1a4f30bad94baad718c0d4b9945b5c2c903 | [log] [tgz] |
|---|---|---|
| author | Krzysztof Jurewicz <krzysztof.jurewicz@gmail.com> | Tue Jul 21 11:10:47 2015 +0200 |
| committer | Loïc Hoguin <essen@ninenines.eu> | Mon Nov 16 17:09:42 2015 +0100 |
| tree | 349d85d4aea8ad43e19c1443260b6abff1e8b582 | |
| parent | 5e69b111789f2e6cdc58cff3b1e631505b26fd4e [diff] |
Fix handling of default values in cookie options Previously, an error would be raised when explicitly passing a default value for either “http_only” or “secure” option.
Cowlib is a support library for manipulating Web protocols.
Cowlib provides libraries for parsing and building messages for various Web protocols, including SPDY, HTTP and Websocket.
It is optimized for completeness rather than speed. No value is ignored, they are all returned.