Loïc Hoguin
|
3885912d9b
Rename inet:ip_port() to inet:port_number()
|
13 years ago |
Loïc Hoguin
|
7b359352d4
Remove http_resp_body/0, inline it directly in the record definition
|
13 years ago |
Loïc Hoguin
|
16d3cb76c7
Rename the type http_status/0 to cowboy_http:status/0
|
13 years ago |
Loïc Hoguin
|
67e5713b2b
Remove http_cookies/0, inline it directly in the record definition
|
13 years ago |
Loïc Hoguin
|
a297d5e42b
Rename the type http_header/0 to cowboy_http:header/0
|
13 years ago |
Loïc Hoguin
|
8622dff906
Rename the type http_version/0 to cowboy_http:version/0
|
13 years ago |
Loïc Hoguin
|
314483a0b6
Rename the type http_uri/0 to cowboy_http:uri/0
|
13 years ago |
Loïc Hoguin
|
9f40167487
Rename the type http_method/0 to cowboy_http:method/0
|
13 years ago |
Loïc Hoguin
|
b650ef8907
Merge branch 'multipart' of https://github.com/nox/cowboy
|
13 years ago |
Anthony Ramine
|
528507c7de
Add multipart support
|
13 years ago |
Loïc Hoguin
|
fd211d3c03
Fix handler crashes handling
|
13 years ago |
Magnus Klaar
|
937a2b0326
Add cowboy_http_req:set_resp_body_fun/3.
|
13 years ago |
Loïc Hoguin
|
f390dbd606
Add meta/2 and meta/3 to cowboy_http_req to save useful protocol information
|
13 years ago |
Magnus Klaar
|
fed1410b14
update type of resp_body to iodata
|
13 years ago |
Magnus Klaar
|
c747efbd75
replace quoted:from_url with cowboy_http:urldecode
|
13 years ago |
Loïc Hoguin
|
99d8f837fe
Fix specs to allow headers as iodata() and not just binary()
|
13 years ago |
Loïc Hoguin
|
64a40cb479
Add set_resp_header/3 and set_resp_body/2 to cowboy_http_req
|
13 years ago |
Loïc Hoguin
|
138cccb4f9
Allow HTTP handlers to skip the handle/2 step in init/3
|
13 years ago |
Loïc Hoguin
|
bf5c2717bc
Parse 'Connection' headers as a list of tokens
|
13 years ago |
Loïc Hoguin
|
ce26d7090b
Rename the type cowboy_dispatcher:path_tokens/0 to :tokens/0
|
13 years ago |
Tom Burdick
|
5bd936db66
Implement cookies in cowboy_http_req
|
13 years ago |
Loïc Hoguin
|
3e55cb62c9
Refresh the type specifications.
|
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
|
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
|
63a92df14e
Replace port_number() by ip_port() from kernel/include/inet.hrl.
|
14 years ago |
Loïc Hoguin
|
2beb5c8206
Move the dispatcher related types into cowboy_dispatcher.
|
14 years ago |
Loïc Hoguin
|
02d825e003
Move HTTP types definitions to include/http.hrl (for now).
|
14 years ago |
Loïc Hoguin
|
15dc645596
Use the inet:socket() type instead of the user-defined one.
|
14 years ago |