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.
1 file changed
tree: 349d85d4aea8ad43e19c1443260b6abff1e8b582
  1. include/
  2. src/
  3. test/
  4. .gitignore
  5. AUTHORS
  6. CHANGELOG.md
  7. circle.yml
  8. erlang.mk
  9. LICENSE
  10. Makefile
  11. README.md
README.md

Cowlib

Cowlib is a support library for manipulating Web protocols.

Goals

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.

Support