index
:
cowlib.git
1.0.x
faster-http2
master
qpack
struct-hd-15
Support library for manipulating Web protocols.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cow_http_hd.erl
Age
Commit message (
Expand
)
Author
2018-09-17
Add cow_http:parse_request_line/1
Loïc Hoguin
2018-06-04
Update copyrights
Loïc Hoguin
2018-03-13
Fix the parsing of the x-forwarded-for header
Loïc Hoguin
2018-03-05
The Websocket subprotocol tokens are case sensitive
Loïc Hoguin
2017-07-10
Switch from Triq to Proper
Loïc Hoguin
2016-10-04
Fix Dialyzer warnings
Loïc Hoguin
2016-06-07
Add cow_http_hd:access_control_max_age/1
Andrei Nesterov
2016-06-07
Add cow_http_hd:access_control_expose_headers/1
Andrei Nesterov
2016-06-07
Add cow_http_hd:access_control_allow_origin/1
Andrei Nesterov
2016-06-07
Add cow_http_hd:access_control_allow_methods/1
Andrei Nesterov
2016-06-07
Add cow_http_hd:access_control_allow_headers/1
Andrei Nesterov
2016-06-07
Add internal cow_http_hd:join_token_list/1, cow_http_hd:join_token_list/2
Andrei Nesterov
2016-06-07
Add cow_http_hd:access_control_allow_credentials/0
Andrei Nesterov
2016-06-07
Add cow_http_hd:parse_access_control_request_method/1
Andrei Nesterov
2016-06-07
Add cow_http_hd:parse_access_control_request_headers/1
Andrei Nesterov
2016-06-07
Add cow_http_hd:parse_origin/1
Andrei Nesterov
2016-03-13
Parse the settings payload directly in cow_http_hd:parse_http2_settings/1
Loïc Hoguin
2016-03-12
Add cow_http_hd:parse_http2_settings/1
Loïc Hoguin
2015-06-11
Remove an outdated comment
Loïc Hoguin
2015-03-12
Maintenance
Loïc Hoguin
2015-01-07
Use 'or' instead of 'orelse' in cow_http_hd
Loïc Hoguin
2015-01-04
Simplify the cow_http_hd code
Loïc Hoguin
2015-01-03
Add @todos in cow_http_hd for additional headers
Loïc Hoguin
2015-01-02
Make sure tokens are non-empty in cow_http_hd
Loïc Hoguin
2015-01-02
Add cow_http_hd:parse_proxy_authenticate/1
Loïc Hoguin
2015-01-02
Add cow_http_hd:parse_www_authenticate/1
Loïc Hoguin
2014-12-31
Add cow_http_hd:parse_proxy_authorization/1
Loïc Hoguin
2014-12-31
Add cow_http_hd:parse_authorization/1
Loïc Hoguin
2014-12-31
Remove an extraneous empty line
Loïc Hoguin
2014-12-29
Add cow_http_hd:parse_x_forwarded_for/1
Loïc Hoguin
2014-12-29
Add cow_http_hd:parse_host/1, remove cow_http:parse_fullhost/1
Loïc Hoguin
2014-12-28
Add cow_http_hd:parse_pragma/1
Loïc Hoguin
2014-12-28
Add a test for cow_http_hd:parse_content_length/1
Loïc Hoguin
2014-12-28
Add cow_http_hd:parse_content_range/1
Loïc Hoguin
2014-12-27
Add cow_http_hd:parse_range/1
Loïc Hoguin
2014-12-26
Add cow_http_hd:parse_if_range/1
Loïc Hoguin
2014-12-26
Add cow_http_hd:parse_accept_ranges/1
Loïc Hoguin
2014-12-26
Fix a parse_max_forwards test
Loïc Hoguin
2014-12-26
Add cow_http_hd:parse_retry_after/1
Loïc Hoguin
2014-12-26
Improve internal cow_http_hd function token_ci_list/2
Loïc Hoguin
2014-12-26
Add cow_http_hd:parse_allow/1
Loïc Hoguin
2014-12-26
Add cow_http_hd:parse_age/1
Loïc Hoguin
2014-12-26
Add cow_http_hd:parse_vary/1
Loïc Hoguin
2014-12-26
Fix a parse_upgrade test
Loïc Hoguin
2014-12-26
Add missing export for second previous commit
Loïc Hoguin
2014-12-26
Simplify the code for parsing 1*DIGIT header values
Loïc Hoguin
2014-12-25
Add cow_http_hd:parse_sec_websocket_version_resp/1
Loïc Hoguin
2014-12-24
Add cow_http_hd:parse_sec_websocket_protocol_resp/1
Loïc Hoguin
2014-12-24
Use _req instead of _client for request-specific parsers
Loïc Hoguin
2014-12-24
Add dummy functions for Sec-WebSocket-(Accept|Key) headers
Loïc Hoguin
[next]