Loïc Hoguin
|
314483a0b6
Rename the type http_uri/0 to cowboy_http:uri/0
|
13 лет назад |
Loïc Hoguin
|
9f40167487
Rename the type http_method/0 to cowboy_http:method/0
|
13 лет назад |
Loïc Hoguin
|
b650ef8907
Merge branch 'multipart' of https://github.com/nox/cowboy
|
13 лет назад |
Anthony Ramine
|
528507c7de
Add multipart support
|
13 лет назад |
Loïc Hoguin
|
fd211d3c03
Fix handler crashes handling
|
13 лет назад |
Magnus Klaar
|
937a2b0326
Add cowboy_http_req:set_resp_body_fun/3.
|
13 лет назад |
Loïc Hoguin
|
f390dbd606
Add meta/2 and meta/3 to cowboy_http_req to save useful protocol information
|
13 лет назад |
Magnus Klaar
|
fed1410b14
update type of resp_body to iodata
|
13 лет назад |
Magnus Klaar
|
c747efbd75
replace quoted:from_url with cowboy_http:urldecode
|
13 лет назад |
Loïc Hoguin
|
99d8f837fe
Fix specs to allow headers as iodata() and not just binary()
|
13 лет назад |
Loïc Hoguin
|
64a40cb479
Add set_resp_header/3 and set_resp_body/2 to cowboy_http_req
|
13 лет назад |
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 лет назад |