0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00
cowboy/examples
Loïc Hoguin 8497c8bbcd Don't use decode_packet/3 for parsing the request-line
First step in making all methods and header names binaries to
get rid of many inconsistencies caused by decode_packet/3.

Methods are all binary now. Note that since they are case
sensitive, the usual methods become <<"GET">>, <<"POST">> and so on.
2012-09-21 08:54:57 +02:00
..
chunked_hello_world Rename cowboy_http_req to cowboy_req 2012-08-27 13:28:57 +02:00
echo_get Don't use decode_packet/3 for parsing the request-line 2012-09-21 08:54:57 +02:00
echo_post Don't use decode_packet/3 for parsing the request-line 2012-09-21 08:54:57 +02:00
hello_world Rename cowboy_http_req to cowboy_req 2012-08-27 13:28:57 +02:00
rest_hello_world Rename cowboy_http_rest to cowboy_rest 2012-08-27 13:39:59 +02:00
static Rename cowboy_http_static to cowboy_static 2012-08-27 13:53:27 +02:00
README.md Add an examples/ directory containing a link to cowboy_examples 2012-02-20 08:42:45 +01:00

Cowboy examples

The Cowboy examples can be found in a separate repository: