mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-16 05:00:24 +00:00
374 B
374 B
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