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-04-14
Fix specs for cowboy_http_req:reply/4.
Loïc Hoguin
2011-04-14
Fix a bug where dupe headers were sent in cowboy_http_req:reply/4.
Loïc Hoguin
2011-03-29
Make the default value the last parameter of HTTP req accessors
Anthony Ramine
2011-03-29
Make HTTP req accessors call themselves with their default default value
Anthony Ramine
2011-03-29
Fix cowboy_http_req:body with regard to the new accessors default value
Anthony Ramine
2011-03-27
Return undefined instead of failing or returning "" when a value doesn't exist.
Loïc Hoguin
2011-03-27
Fix query string related type specs in cowboy_http_req.
Loïc Hoguin
2011-03-22
Boring 80-col change.
Loïc Hoguin
2011-03-22
Introduce cowboy_http_req:body_qs/1 for automated urlencoded body parsing.
Loïc Hoguin
2011-03-22
Fix spec for cowboy_http_req:parse_qs/1.
Loïc Hoguin
2011-03-22
Fix spec for cowboy_http_req:body/1 and body/2.
Loïc Hoguin
2011-03-21
Fix spec for cowboy_http_req:reply/4.
Loïc Hoguin
2011-03-21
Fix spec for cowboy_http_req:qs_vals/1.
Loïc Hoguin
2011-03-21
Introduce cowboy_http_req:body/1 to read the full request body.
Loïc Hoguin
2011-03-21
Skip the request body if it hasn't been read by the handler.
Loïc Hoguin
2011-03-20
Make sure we can only reply to an HTTP request inside Handler:handle.
Loïc Hoguin
2011-03-20
Lazy-retrieve the peer name and port to avoid wasting time each request.
Loïc Hoguin
2011-03-18
Move the reply function to cowboy_http_req.
Loïc Hoguin
2011-03-17
Initial commit.
Loïc Hoguin