0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00
cowboy/manual/toc.md
Loïc Hoguin 73f65d5a75 Document the HTTP status codes Cowboy may send in the manual
422 is left out as it's soon to be replaced by 400.
2014-06-26 14:32:20 +02:00

21 lines
791 B
Markdown

Cowboy Function Reference
=========================
The function reference documents the public interface of Cowboy.
* [The Cowboy Application](cowboy_app.md)
* [cowboy](cowboy.md)
* [cowboy_handler](cowboy_handler.md)
* [cowboy_http_handler](cowboy_http_handler.md)
* [cowboy_loop_handler](cowboy_loop_handler.md)
* [cowboy_middleware](cowboy_middleware.md)
* [cowboy_protocol](cowboy_protocol.md)
* [cowboy_req](cowboy_req.md)
* [cowboy_rest](cowboy_rest.md)
* [cowboy_router](cowboy_router.md)
* [cowboy_spdy](cowboy_spdy.md)
* [cowboy_static](cowboy_static.md)
* [cowboy_sub_protocol](cowboy_sub_protocol.md)
* [cowboy_websocket](cowboy_websocket.md)
* [cowboy_websocket_handler](cowboy_websocket_handler.md)
* [HTTP status codes](http_status_codes.md)