Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-13 | Add cow_http_hd:parse_accept_encoding/1 | Loïc Hoguin | |
From RFC7231. | |||
2014-12-13 | Add cow_http_hd:parse_charset/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-12-12 | Add cow_http_hd:parse_max_forwards/1 | Loïc Hoguin | |
From RFC7231. | |||
2014-12-12 | Add cow_http_hd:parse_expect/1 | Loïc Hoguin | |
From RFC7231. | |||
2014-02-27 | Add cow_http_hd:parse_{connection,content_length,transfer_encoding}/1 | Loïc Hoguin | |
Initially imported from Cowboy, then optimized. |