aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Collapse)Author
2014-02-05Use the inline macro for cow_http:parse_fullhostLoïc Hoguin
Tidying the code a little.
2014-02-05Add the cow_multipart module for multipart message parsing and buildingLoï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-08Update cowlib to 0.4.00.4.0Loïc Hoguin
Add support for query strings, optimize cookie date building.
2013-11-08Remove some pointless commentsLoïc Hoguin
2013-11-08Add the cow_qs module for query string parsing and buildingLoï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-05Add Horse tests and optimize cow_date:rfc2109/1Loïc Hoguin
2013-11-02Fix the type of argument to mimetypes functionsLoïc Hoguin
2013-11-02Update cowlib to 0.3.00.3.0Loïc Hoguin
Added support for mimetypes detection.
2013-11-02Improve mimetypes code based on cowboy_static usageLoïc Hoguin
2013-10-31Add the cow_mimetypes module for identifying mimetypes from extLoïc Hoguin
The module is partly generated from the big Apache mimetypes file.
2013-10-23Update cowlib to 0.2.00.2.0Loïc Hoguin
Added support for cookies and cookie date.
2013-10-23Add cookie parsing and building codeLoïc Hoguin
2013-10-22Simplify parse_fullpath codeLoïc Hoguin
2013-09-04Introduce cow_http support module0.1.0Loïc Hoguin
This module contains parsing functions for the basic HTTP items, basically request-line, response-line and host.
2013-09-02Don't return unecessary data when split failedLoïc Hoguin
2013-09-02Replace previous special header if there's any duplicateLoïc Hoguin
2013-08-22Initial commit with most of spdy/3Loïc Hoguin