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
/
include
/
http.hrl
Age
Commit message (
Collapse
)
Author
2011-04-18
Replace port_number() by ip_port() from kernel/include/inet.hrl.
Loïc Hoguin
2011-04-18
Move the dispatcher related types into cowboy_dispatcher.
Loïc Hoguin
2011-04-18
Move HTTP types definitions to include/http.hrl (for now).
Loïc Hoguin
2011-04-18
Use the inet:socket() type instead of the user-defined one.
Loïc Hoguin
2011-04-17
Use the inet:ip_address() type instead of the user-defined one.
Loïc Hoguin
2011-03-27
Fix the type spec for qs_vals, a list of key/values.
Loïc Hoguin
2011-03-21
Fix spec for the #http_spec.path record field.
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
Of course since requests are a record the response state can be explicitly overriden, but standard use prevents errors by making sure only one reply is sent.
2011-03-20
Save the raw path string in the request.
Loïc Hoguin
2011-03-19
Save the raw host string in the 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