Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-14 | Fix a typo in ?IS_TOKEN macro | Loïc Hoguin | |
Detected by triq. | |||
2014-12-13 | Add cow_http_hd:parse_accept_language/1 | Loïc Hoguin | |
From RFC7231. This code is more than twice faster as the current Cowboy code, while filtering out more bad cases. | |||
2014-12-13 | Add cow_http_hd:parse_accept/1 | Loïc Hoguin | |
From RFC7231. This code is more than twice faster as the current Cowboy code, while filtering out more bad cases. | |||
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. |