diff options
Diffstat (limited to 'guide/http_handlers.md')
-rw-r--r-- | guide/http_handlers.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/guide/http_handlers.md b/guide/http_handlers.md new file mode 100644 index 0000000..0d8886d --- /dev/null +++ b/guide/http_handlers.md @@ -0,0 +1,17 @@ +HTTP handlers +============= + +Purpose +------- + +HTTP handlers are the simplest Cowboy module to handle a request. + +Callbacks +--------- + +@todo Describe the callbacks. + +Usage +----- + +@todo Explain how to use them. |