| commit | f5f9f65abbce7625338e721d8fdf6c6c75cb0d75 | [log] [tgz] |
|---|---|---|
| author | Loïc Hoguin <essen@ninenines.eu> | Sat Nov 02 12:53:16 2013 +0100 |
| committer | Loïc Hoguin <essen@ninenines.eu> | Sat Nov 02 12:53:16 2013 +0100 |
| tree | e962ef76d893bd2df890f2b8ff039081b7b2a4eb | |
| parent | 1797b412baa694e489b18732408e146f7c09f59d [diff] |
Improve mimetypes code based on cowboy_static usage
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.