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_req.erl
Age
Commit message (
Expand
)
Author
2011-12-08
Merge branch 'master' of https://github.com/erlyvideo/cowboy
Loïc Hoguin
2011-12-08
peer_addr/1 function
Max Lapshin
2011-12-07
Merge branch 'noquoted' of https://github.com/klaar/cowboy
Loïc Hoguin
2011-12-07
replace quoted:from_url with cowboy_http:urldecode
Magnus Klaar
2011-12-07
Add cowboy_http_req:set_resp_cookie/4
Loïc Hoguin
2011-12-06
Simplify the guards for cowboy_http_req:body/2
Loïc Hoguin
2011-12-05
The semantics for a missing 'If-Match' aren't the same as '*'
Loïc Hoguin
2011-12-05
Fix specs to allow headers as iodata() and not just binary()
Loïc Hoguin
2011-11-28
Add set_resp_header/3 and set_resp_body/2 to cowboy_http_req
Loïc Hoguin
2011-11-24
Fix default parsed values for the Accept and Accept-* headers
Loïc Hoguin
2011-11-10
Support 'Content-Type' in parse_header/2
Anthony Ramine
2011-11-09
Add 'If-Match' and 'If-None-Match' to parse_header/2
Loïc Hoguin
2011-11-07
Fix reading the request body when Length < byte_size(Buffer)
Loïc Hoguin
2011-11-07
Add 'Accept-Language' to cowboy_http_req:parse_header/2
Loïc Hoguin
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
Rename cowboy_http:charset/2 to conneg/2 and use it for Accept-Encoding
Loïc Hoguin
2011-10-29
Fix cowboy_http_req:chunk/2 spec
Paul Oliver
2011-10-26
Add 'Accept-Charset' to cowboy_http_req:parse_header/2
Loïc Hoguin
2011-10-26
Add 'Accept-Encoding' to cowboy_http_req:parse_header/2
Loïc Hoguin
2011-10-26
Add 'Accept' header parsing
Loïc Hoguin
2011-10-20
Parse Connection header tokens in a case-insensitive manner
Loïc Hoguin
2011-10-20
Add a cowboy_http_req:upgrade_reply/3 function and use it for websockets
Loïc Hoguin
2011-10-17
Rewrite the token list parsing into separate, modulable functions
Loïc Hoguin
2011-10-13
Add shortcuts to reply functions
Loïc Hoguin
2011-10-13
Rename a variable from Code to Status
Loïc Hoguin
2011-10-07
Fix a crash in response_connection when Name is an atom =/= 'Connection'
Loïc Hoguin
2011-10-06
Close the connection when the application sends Connection: close
Loïc Hoguin
2011-10-06
Fix a crash in websocket_handshake when cowboy_http_req:compact/1 is used
Loïc Hoguin
2011-10-05
Remove the 'HEAD' chunked_reply/3 clause
Loïc Hoguin
2011-10-05
Parse 'Connection' headers as a list of tokens
Loïc Hoguin
2011-10-01
Get rid of a binary construct in cowboy_http_req
Loïc Hoguin
2011-10-01
Rename the type cowboy_dispatcher:path_tokens/0 to :tokens/0
Loïc Hoguin
2011-10-01
Merge branch 'path-split-doc' of https://github.com/klaar/cowboy
Loïc Hoguin
2011-09-29
add note to split_path/1 and path/1 on escaped /
Magnus Klaar
2011-09-06
Fix the handling of the HEAD requests
Ali Sabil
2011-07-26
Fail early in cookie-related API functions
Tom Burdick
2011-07-26
Implement cookies in cowboy_http_req
Tom Burdick
2011-07-20
URL decode query strings
Loïc Hoguin
2011-07-18
Fail fast when a wrong type is given to API functions
Loïc Hoguin
2011-07-06
Add documentation for the public interface.
Loïc Hoguin
2011-06-30
Fix the @equiv EDoc tags
Loïc Hoguin
2011-06-01
Add function cowboy_http_req:compact/1 to regain memory.
Loïc Hoguin
2011-05-25
Refresh the type specifications.
Loïc Hoguin
2011-05-16
Merge remote-tracking branch 'nox/path-info'
Loïc Hoguin
2011-05-14
Add the Server header in the HTTP replies.
Loïc Hoguin
2011-05-14
Add the required Date header in the HTTP replies.
Loïc Hoguin
2011-05-09
Implement path_info feature
Anthony Ramine
2011-05-08
Add chunked reply support.
Loïc Hoguin
[next]