mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
.. | ||
chunked_hello_world | ||
echo_get | ||
echo_post | ||
hello_world | ||
rest_hello_world | ||
static | ||
README.md |
Cowboy examples
-
hello_world: simplest example application
-
echo_get: parse and echo a GET query string
-
echo_post: parse and echo a POST parameter
-
chunked_hello_world: demonstrates chunked data transfer with two one-second delays
-
static: an example file server