Update cowlib to 0.6.1

Minor tweaks to types and code.
1 file changed
tree: b5adc2af46ee2b81d5f2bfa2fdc035de472efa56
  1. include/
  2. src/
  3. test/
  4. .gitignore
  5. all.sh
  6. erlang.mk
  7. LICENSE
  8. Makefile
  9. 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