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 |
Loïc Hoguin
|
9ad32386c0
Use the inet:ip_address() type instead of the user-defined one.
|
14 years ago |
Loïc Hoguin
|
c285f00349
Fix the type spec for qs_vals, a list of key/values.
|
14 years ago |
Loïc Hoguin
|
0c0b75f76b
Fix spec for the #http_spec.path record field.
|
14 years ago |
Loïc Hoguin
|
8b02992e6a
Skip the request body if it hasn't been read by the handler.
|
14 years ago |
Loïc Hoguin
|
71b31cee92
Make sure we can only reply to an HTTP request inside Handler:handle.
|
14 years ago |
Loïc Hoguin
|
b874b28561
Save the raw path string in the request.
|
14 years ago |
Loïc Hoguin
|
8085529f48
Save the raw host string in the request.
|
14 years ago |
Loïc Hoguin
|
408f167621
Move the reply function to cowboy_http_req.
|
14 years ago |
Loïc Hoguin
|
da72255940
Initial commit.
|
14 years ago |