index
:
cowboy.git
1.0.x
1.1.x
active_n
http3
master
Small, fast, modern HTTP server for Erlang/OTP.
Loïc Hoguin
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
cowboy_http.erl
Age
Commit message (
Expand
)
Author
2011-11-05
Add 'If-Modified-Since' and 'If-Unmodified-Since' to parse_header/2
Loïc Hoguin
2011-11-04
Merge branch 'parse_header-content-length' of https://github.com/nox/cowboy
Loïc Hoguin
2011-11-04
Support 'Content-Length' in parse_header/2
Anthony Ramine
2011-11-04
Remove unneeded whitespaces according to the HTTP spec
Loïc Hoguin
2011-11-04
Rename cowboy_http:charset/2 to conneg/2 and use it for Accept-Encoding
Loïc Hoguin
2011-10-26
Add 'Accept-Charset' to cowboy_http_req:parse_header/2
Loïc Hoguin
2011-10-26
Rename private function quality/2 into qvalue/2
Loïc Hoguin
2011-10-26
cowboy_http:media_range/2 should expect to not have whitespace before it
Loïc Hoguin
2011-10-26
Add 'Accept' header parsing
Loïc Hoguin
2011-10-25
Rewrite list/tokens parsing with an added whitespace function
Loïc Hoguin
2011-10-20
Parse Connection header tokens in a case-insensitive manner
Loïc Hoguin
2011-10-17
Rewrite the token list parsing into separate, modulable functions
Loïc Hoguin
2011-10-05
Parse 'Connection' headers as a list of tokens
Loïc Hoguin
[prev]