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
Age
Commit message (
Expand
)
Author
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-10-06
Allow HTTP handlers to skip the handle/2 step in init/3
Loïc Hoguin
2011-10-05
Parse 'Connection' headers as a list of tokens
Loïc Hoguin
2011-10-01
Rename the type cowboy_dispatcher:path_tokens/0 to :tokens/0
Loïc Hoguin
2011-07-26
Implement cookies in cowboy_http_req
Tom Burdick
2011-05-25
Refresh the type specifications.
Loïc Hoguin
2011-05-09
Implement path_info feature
Anthony Ramine
2011-05-08
Add chunked reply support.
Loïc Hoguin
2011-05-05
Switch the HTTP protocol to use binary packets instead of lists.
Loïc Hoguin
2011-05-04
Add cowboy_http_req:port/1.
Loïc Hoguin
2011-04-18
Remove the include/types.hrl file.
Loïc Hoguin
2011-04-18
Replace port_number() by ip_port() from kernel/include/inet.hrl.
Loïc Hoguin
2011-04-18
Replace posix() by atom(), for now.
Loïc Hoguin
2011-04-18
Move the type application_start_type() into cowboy_app.
Loïc Hoguin
2011-04-18
Move the dispatcher related types into cowboy_dispatcher.
Loïc Hoguin
2011-04-18
Rename match() into match_rule().
Loïc Hoguin
2011-04-18
Rename dispatch() into dispatch_rules().
Loïc Hoguin
2011-04-18
Rename dispatch_rules() into dispatch_rule().
Loïc Hoguin
2011-04-18
Move HTTP types definitions to include/http.hrl (for now).
Loïc Hoguin
2011-04-18
Move the opaque type sslsocket() out of include/types.hrl.
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-22
Fix the type spec for path_tokens, a list of *non empty* strings.
Loïc Hoguin
2011-03-21
Fix spec for the #http_spec.path record field.
Loïc Hoguin
2011-03-21
Fix spec for cowboy_dispatcher:split_host/1.
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
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-19
Add support for the '*' path.
Loïc Hoguin
2011-03-19
Rewrite the dispatcher to take a list of host each having a list of paths.
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