Update cowlib to 0.6.0

Adds chunked transfer-encoding support plus a few functions imported
from Cowboy. Also adds a function to build requests for clients.
1 file changed
tree: 0974220f1ee5ddd19e4c0ef384e0739f006daece
  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