Improve mimetypes code based on cowboy_static usage
3 files changed
tree: e962ef76d893bd2df890f2b8ff039081b7b2a4eb
  1. src/
  2. test/
  3. erlang.mk
  4. LICENSE
  5. Makefile
  6. 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