aboutsummaryrefslogtreecommitdiffstats
path: root/src/cow_http_hd.erl
AgeCommit message (Expand)Author
2014-12-26Add missing export for second previous commitLoïc Hoguin
2014-12-26Simplify the code for parsing 1*DIGIT header valuesLoïc Hoguin
2014-12-25Add cow_http_hd:parse_sec_websocket_version_resp/1Loïc Hoguin
2014-12-24Add cow_http_hd:parse_sec_websocket_protocol_resp/1Loïc Hoguin
2014-12-24Use _req instead of _client for request-specific parsersLoïc Hoguin
2014-12-24Add dummy functions for Sec-WebSocket-(Accept|Key) headersLoïc Hoguin
2014-12-24Fix a variable shadow issue in the testsLoïc Hoguin
2014-12-24Add cow_http_hd:parse_te/1Loïc Hoguin
2014-12-21Do not attempt to skip whitespace after single value headersLoïc Hoguin
2014-12-21Add cow_http_hd:parse_cache_control/1Loïc Hoguin
2014-12-20Speed up the two slowest properties in cow_http_hdLoïc Hoguin
2014-12-20Use choose/2 and elements/1 where appropriate instead of oneof/1Loïc Hoguin
2014-12-20Add cow_http_hd:parse_trailer/1Loïc Hoguin
2014-12-20Simplify generators for language rangesLoïc Hoguin
2014-12-20Speed up a few properties by limiting parameters inputLoïc Hoguin
2014-12-20Add cow_http_hd:parse_content_language/1Loïc Hoguin
2014-12-19Add cow_http_hd:parse_content_encoding/1Loïc Hoguin
2014-12-18Improve cow_http_hd:parse_max_forwards/1 specLoïc Hoguin
2014-12-18Add cow_http_hd:parse_sec_websocket_extensions/1Loïc Hoguin
2014-12-18Add cow_http_hd:parse_sec_websocket_protocol_client/1Loïc Hoguin
2014-12-18Add cow_http_hd:parse_sec_websocket_version_client/1Loïc Hoguin
2014-12-18Add cow_http_hd:parse_expires/1Loïc Hoguin
2014-12-18Rename a local cow_http_hd function for better precisionLoïc Hoguin
2014-12-18Add cow_http_hd:parse_etag/1Loïc Hoguin
2014-12-18Add cow_http_hd:parse_if_none_match/1Loïc Hoguin
2014-12-18Add cow_http_hd:parse_if_match/1Loïc Hoguin
2014-12-17Add test cases taken from RFC7230Loïc Hoguin
2014-12-17Add cow_http_hd:parse_upgrade/1Loïc Hoguin
2014-12-17Add cow_date:parse_date/1 and move date parsing code thereLoïc Hoguin
2014-12-16Add cow_http_hd:parse_last_modified/1Loïc Hoguin
2014-12-16Add cow_http_hd:parse_date/1Loïc Hoguin
2014-12-16Add cow_http_hd:parse_if_unmodified_since/1Loïc Hoguin
2014-12-16Add cow_http_hd:parse_if_modified_since/1Loïc Hoguin
2014-12-16Add a property for cow_http_hd:parse_transfer_encoding/1Loïc Hoguin
2014-12-16Remove an unused test functionLoïc Hoguin
2014-12-16Add property for cow_http_hd:parse_max_forwards/1Loïc Hoguin
2014-12-16Add property for cow_http_hd:parse_expect/1Loïc Hoguin
2014-12-16Add a property for cow_http_hd:parse_connection/1Loïc Hoguin
2014-12-16Fix a shadow var warning in a propertyLoïc Hoguin
2014-12-15Add a property for cow_http_hd:parse_accept_language/1Loïc Hoguin
2014-12-15Add a property for cow_http_hd:parse_accept_encoding/1Loïc Hoguin
2014-12-15Add a property for cow_http_hd:parse_accept_charset/1Loïc Hoguin
2014-12-15Add a property for cow_http_hd:parse_accept/1Loïc Hoguin
2014-12-14Add cow_http_hd:parse_content_type/1Loïc Hoguin
2014-12-14Add a property for parse_content_length/1Loïc Hoguin
2014-12-13Add testing for bad input for cow_http_hd:parse_content_length/1Loïc Hoguin
2014-12-13Add cow_http_hd:parse_accept_language/1Loïc Hoguin
2014-12-13Add cow_http_hd:parse_accept_encoding/1Loïc Hoguin
2014-12-13Add cow_http_hd:parse_charset/1Loïc Hoguin
2014-12-13Add cow_http_hd:parse_accept/1Loïc Hoguin