Loïc Hoguin
|
2a324aca3a
Rename a variable from Code to Status
|
13 years ago |
Loïc Hoguin
|
fd786ef233
Fix a crash in response_connection when Name is an atom =/= 'Connection'
|
13 years ago |
Loïc Hoguin
|
8e835bce9f
Close the connection when the application sends Connection: close
|
13 years ago |
Loïc Hoguin
|
97460a5993
Fix a crash in websocket_handshake when cowboy_http_req:compact/1 is used
|
13 years ago |
Loïc Hoguin
|
c2be0f2073
Remove the 'HEAD' chunked_reply/3 clause
|
13 years ago |
Loïc Hoguin
|
bf5c2717bc
Parse 'Connection' headers as a list of tokens
|
13 years ago |
Loïc Hoguin
|
b79e9fbeb4
Get rid of a binary construct in cowboy_http_req
|
13 years ago |
Loïc Hoguin
|
ce26d7090b
Rename the type cowboy_dispatcher:path_tokens/0 to :tokens/0
|
13 years ago |
Loïc Hoguin
|
6572d4d374
Merge branch 'path-split-doc' of https://github.com/klaar/cowboy
|
13 years ago |
Magnus Klaar
|
973e67a53c
add note to split_path/1 and path/1 on escaped /
|
13 years ago |
Ali Sabil
|
bb469f6c3d
Fix the handling of the HEAD requests
|
13 years ago |
Tom Burdick
|
b75859e075
Fail early in cookie-related API functions
|
13 years ago |
Tom Burdick
|
5bd936db66
Implement cookies in cowboy_http_req
|
13 years ago |
Loïc Hoguin
|
fa20273b37
URL decode query strings
|
13 years ago |
Loïc Hoguin
|
d363f91410
Fail fast when a wrong type is given to API functions
|
13 years ago |
Loïc Hoguin
|
108a491f55
Add documentation for the public interface.
|
14 years ago |
Loïc Hoguin
|
6b1fb5f390
Fix the @equiv EDoc tags
|
14 years ago |
Loïc Hoguin
|
919fa638ee
Add function cowboy_http_req:compact/1 to regain memory.
|
14 years ago |
Loïc Hoguin
|
3e55cb62c9
Refresh the type specifications.
|
14 years ago |
Loïc Hoguin
|
98b9b1124c
Merge remote-tracking branch 'nox/path-info'
|
14 years ago |
Loïc Hoguin
|
c7069e7fb9
Add the Server header in the HTTP replies.
|
14 years ago |
Loïc Hoguin
|
95006c3291
Add the required Date header in the HTTP replies.
|
14 years ago |
Anthony Ramine
|
0ca8f1364b
Implement path_info feature
|
14 years ago |
Loïc Hoguin
|
420f5baf98
Add chunked reply support.
|
14 years ago |
Loïc Hoguin
|
18582a7a39
Separate building the response head from replying.
|
14 years ago |
Anthony Ramine
|
48f7cd3a35
Allow atoms for response header names
|
14 years ago |
Loïc Hoguin
|
29e71cf4da
Switch the HTTP protocol to use binary packets instead of lists.
|
14 years ago |
Loïc Hoguin
|
6c1f73c53c
Add cowboy_http_req:port/1.
|
14 years ago |
Loïc Hoguin
|
bb800ee0d9
Use http_headers() type in cowboy_http_req:headers/1.
|
14 years ago |
Loïc Hoguin
|
e8286e18e6
Remove the include/types.hrl file.
|
14 years ago |