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-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
2011-05-08
Separate building the response head from replying.
Loïc Hoguin
2011-05-06
Allow atoms for response header names
Anthony Ramine
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-05-04
Use http_headers() type in cowboy_http_req:headers/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 dispatcher related types into cowboy_dispatcher.
Loïc Hoguin
2011-04-17
Use the inet:ip_address() type instead of the user-defined one.
Loïc Hoguin
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
[next]