aboutsummaryrefslogtreecommitdiffstats
path: root/src/cow_http_hd.erl
AgeCommit message (Expand)Author
2020-03-30Add aliases for cookie parsing in cow_http_hdLoïc Hoguin
2019-11-25Reorganize cow_http_hdLoïc Hoguin
2019-11-25Add structured headers, variants and variant-key buildingLoïc Hoguin
2019-11-23Add cow_link implementing RFC8288 (link header)Loïc Hoguin
2019-09-06Authentication scheme is case insensitiveBip Thelin
2018-11-03Make cow_http_hd:parse_accept/1 lowercase charsetsLoïc Hoguin
2018-09-17Add cow_http:parse_request_line/1Loïc Hoguin
2018-06-04Update copyrightsLoïc Hoguin
2018-03-13Fix the parsing of the x-forwarded-for headerLoïc Hoguin
2018-03-05The Websocket subprotocol tokens are case sensitiveLoïc Hoguin
2017-07-10Switch from Triq to ProperLoïc Hoguin
2016-10-04Fix Dialyzer warningsLoïc Hoguin
2016-06-07Add cow_http_hd:access_control_max_age/1Andrei Nesterov
2016-06-07Add cow_http_hd:access_control_expose_headers/1Andrei Nesterov
2016-06-07Add cow_http_hd:access_control_allow_origin/1Andrei Nesterov
2016-06-07Add cow_http_hd:access_control_allow_methods/1Andrei Nesterov
2016-06-07Add cow_http_hd:access_control_allow_headers/1Andrei Nesterov
2016-06-07Add internal cow_http_hd:join_token_list/1, cow_http_hd:join_token_list/2Andrei Nesterov
2016-06-07Add cow_http_hd:access_control_allow_credentials/0Andrei Nesterov
2016-06-07Add cow_http_hd:parse_access_control_request_method/1Andrei Nesterov
2016-06-07Add cow_http_hd:parse_access_control_request_headers/1Andrei Nesterov
2016-06-07Add cow_http_hd:parse_origin/1Andrei Nesterov
2016-03-13Parse the settings payload directly in cow_http_hd:parse_http2_settings/1Loïc Hoguin
2016-03-12Add cow_http_hd:parse_http2_settings/1Loïc Hoguin
2015-06-11Remove an outdated commentLoïc Hoguin
2015-03-12MaintenanceLoïc Hoguin
2015-01-07Use 'or' instead of 'orelse' in cow_http_hdLoïc Hoguin
2015-01-04Simplify the cow_http_hd codeLoïc Hoguin
2015-01-03Add @todos in cow_http_hd for additional headersLoïc Hoguin
2015-01-02Make sure tokens are non-empty in cow_http_hdLoïc Hoguin
2015-01-02Add cow_http_hd:parse_proxy_authenticate/1Loïc Hoguin
2015-01-02Add cow_http_hd:parse_www_authenticate/1Loïc Hoguin
2014-12-31Add cow_http_hd:parse_proxy_authorization/1Loïc Hoguin
2014-12-31Add cow_http_hd:parse_authorization/1Loïc Hoguin
2014-12-31Remove an extraneous empty lineLoïc Hoguin
2014-12-29Add cow_http_hd:parse_x_forwarded_for/1Loïc Hoguin
2014-12-29Add cow_http_hd:parse_host/1, remove cow_http:parse_fullhost/1Loïc Hoguin
2014-12-28Add cow_http_hd:parse_pragma/1Loïc Hoguin
2014-12-28Add a test for cow_http_hd:parse_content_length/1Loïc Hoguin
2014-12-28Add cow_http_hd:parse_content_range/1Loïc Hoguin
2014-12-27Add cow_http_hd:parse_range/1Loïc Hoguin
2014-12-26Add cow_http_hd:parse_if_range/1Loïc Hoguin
2014-12-26Add cow_http_hd:parse_accept_ranges/1Loïc Hoguin
2014-12-26Fix a parse_max_forwards testLoïc Hoguin
2014-12-26Add cow_http_hd:parse_retry_after/1Loïc Hoguin
2014-12-26Improve internal cow_http_hd function token_ci_list/2Loïc Hoguin
2014-12-26Add cow_http_hd:parse_allow/1Loïc Hoguin
2014-12-26Add cow_http_hd:parse_age/1Loïc Hoguin
2014-12-26Add cow_http_hd:parse_vary/1Loïc Hoguin
2014-12-26Fix a parse_upgrade testLoïc Hoguin