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.