Loïc Hoguin
|
138cccb4f9
Allow HTTP handlers to skip the handle/2 step in init/3
|
13 лет назад |
Loïc Hoguin
|
bf5c2717bc
Parse 'Connection' headers as a list of tokens
|
13 лет назад |
Loïc Hoguin
|
ce26d7090b
Rename the type cowboy_dispatcher:path_tokens/0 to :tokens/0
|
13 лет назад |
Tom Burdick
|
5bd936db66
Implement cookies in cowboy_http_req
|
13 лет назад |
Loïc Hoguin
|
3e55cb62c9
Refresh the type specifications.
|
14 лет назад |
Anthony Ramine
|
0ca8f1364b
Implement path_info feature
|
14 лет назад |
Loïc Hoguin
|
420f5baf98
Add chunked reply support.
|
14 лет назад |
Loïc Hoguin
|
29e71cf4da
Switch the HTTP protocol to use binary packets instead of lists.
|
14 лет назад |
Loïc Hoguin
|
6c1f73c53c
Add cowboy_http_req:port/1.
|
14 лет назад |
Loïc Hoguin
|
63a92df14e
Replace port_number() by ip_port() from kernel/include/inet.hrl.
|
14 лет назад |
Loïc Hoguin
|
2beb5c8206
Move the dispatcher related types into cowboy_dispatcher.
|
14 лет назад |
Loïc Hoguin
|
02d825e003
Move HTTP types definitions to include/http.hrl (for now).
|
14 лет назад |
Loïc Hoguin
|
15dc645596
Use the inet:socket() type instead of the user-defined one.
|
14 лет назад |
Loïc Hoguin
|
9ad32386c0
Use the inet:ip_address() type instead of the user-defined one.
|
14 лет назад |
Loïc Hoguin
|
c285f00349
Fix the type spec for qs_vals, a list of key/values.
|
14 лет назад |
Loïc Hoguin
|
0c0b75f76b
Fix spec for the #http_spec.path record field.
|
14 лет назад |
Loïc Hoguin
|
8b02992e6a
Skip the request body if it hasn't been read by the handler.
|
14 лет назад |
Loïc Hoguin
|
71b31cee92
Make sure we can only reply to an HTTP request inside Handler:handle.
|
14 лет назад |
Loïc Hoguin
|
b874b28561
Save the raw path string in the request.
|
14 лет назад |
Loïc Hoguin
|
8085529f48
Save the raw host string in the request.
|
14 лет назад |
Loïc Hoguin
|
408f167621
Move the reply function to cowboy_http_req.
|
14 лет назад |
Loïc Hoguin
|
da72255940
Initial commit.
|
14 лет назад |