0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00
cowboy/examples
Loïc Hoguin 8d5f8db90a Improve consistency of return types for cowboy_req API
The signature of parse_header, body_qs, multipart_data and
the set_resp_* functions has changed.

See the cowboy_req module edoc for more details.
2012-09-17 13:56:58 +02:00
..
chunked_hello_world Rename cowboy_http_req to cowboy_req 2012-08-27 13:28:57 +02:00
echo_get Rename cowboy_http_req to cowboy_req 2012-08-27 13:28:57 +02:00
echo_post Improve consistency of return types for cowboy_req API 2012-09-17 13:56:58 +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: