Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-05 | Update copyright years0.5.0 | Loïc Hoguin | |
2014-02-05 | Update cowlib to 0.5.0 | Loïc Hoguin | |
Added support for multipart building and parsing. Added an include file for doing inline lowercase of binary strings. | |||
2014-02-05 | Use the inline macro for cow_http:parse_fullhost | Loïc Hoguin | |
Tidying the code a little. | |||
2014-02-05 | Add the cow_multipart module for multipart message parsing and building | Loïc Hoguin | |
This is a new implementation that has been measured to be up to 33% faster than the implementation that was in Cowboy. | |||
2013-11-08 | Update cowlib to 0.4.00.4.0 | Loïc Hoguin | |
Add support for query strings, optimize cookie date building. | |||
2013-11-08 | Remove some pointless comments | Loïc Hoguin | |
2013-11-08 | Add the cow_qs module for query string parsing and building | Loïc Hoguin | |
Includes functions to encode and decode percent encoded strings that follow the application/x-www_form_urlencoded format. Query string parsing should be 3 times faster than the code that was in Cowboy, and will also create less intermediate variables. | |||
2013-11-05 | Add Horse tests and optimize cow_date:rfc2109/1 | Loïc Hoguin | |
2013-11-02 | Fix the type of argument to mimetypes functions | Loïc Hoguin | |
2013-11-02 | Update cowlib to 0.3.00.3.0 | Loïc Hoguin | |
Added support for mimetypes detection. | |||
2013-11-02 | Improve mimetypes code based on cowboy_static usage | Loïc Hoguin | |
2013-10-31 | Add the cow_mimetypes module for identifying mimetypes from ext | Loïc Hoguin | |
The module is partly generated from the big Apache mimetypes file. | |||
2013-10-23 | Update cowlib to 0.2.00.2.0 | Loïc Hoguin | |
Added support for cookies and cookie date. | |||
2013-10-23 | Add cookie parsing and building code | Loïc Hoguin | |
2013-10-22 | Simplify parse_fullpath code | Loïc Hoguin | |
2013-09-04 | Introduce cow_http support module0.1.0 | Loïc Hoguin | |
This module contains parsing functions for the basic HTTP items, basically request-line, response-line and host. | |||
2013-09-02 | Don't return unecessary data when split failed | Loïc Hoguin | |
2013-09-02 | Replace previous special header if there's any duplicate | Loïc Hoguin | |
2013-08-22 | Initial commit with most of spdy/3 | Loïc Hoguin | |