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
2012-01-23
Merge branch 'multipart' of https://github.com/nox/cowboy
Loïc Hoguin
2012-01-23
Add multipart support
Anthony Ramine
2012-01-06
Fix handler crashes handling
Loïc Hoguin
2012-01-04
inet_address:parse/1 does not accept binaries as an input, only strings
Yurii Rashkovskii
2012-01-03
Merge branch 'static-handler-split' of https://github.com/klaar/cowboy
Loïc Hoguin
2011-12-28
Add cowboy_http_req:set_resp_body_fun/3.
Magnus Klaar
2011-12-28
Add cowboy_http_req:transport/1 function.
Magnus Klaar
2011-12-22
Add 'Upgrade' header parsing
Loïc Hoguin
2011-12-19
Add meta/2 and meta/3 to cowboy_http_req to save useful protocol information
Loïc Hoguin
2011-12-19
Add missing p_headers and cookies to compacted values
Loïc Hoguin
2011-12-16
update type of resp_body to iodata
Magnus Klaar
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
[next]