aboutsummaryrefslogtreecommitdiffstats
path: root/guide/http_handlers.md
blob: 0d8886d48c4824d8f0176d1618078b357f9563bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.