aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/index.ezdoc
blob: dbe75ffd77606278b801ac8d2dfd3ea9c9de3348 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
::: Cowboy User Guide

The Cowboy User Guide explores the modern Web and how to make
best use of Cowboy for writing powerful Web applications.

:: Rationale

* ^"The modern Web^modern_web
* ^"Erlang and the Web^erlang_web

:: Introduction

* ^"Introduction^introduction
* ^"Getting started^getting_started
* ^"Request overview^overview
* ^"Erlang for beginners^erlang_beginners

:: Configuration

* ^"Routing^routing
* ^"Constraints^constraints
* ^"Static files^static_files

:: Request and response

* ^"Handlers^handlers
* ^"The Req object^req
* ^"Reading the request body^req_body
* ^"Sending a response^resp
* ^"Using cookies^cookies
* ^"Multipart^multipart

:: REST

* ^"REST principles^rest_principles
* ^"Handling REST requests^rest_handlers
* ^"REST flowcharts^rest_flowcharts
* ^"Designing a resource handler^resource_design

:: Websocket

* ^"The Websocket protocol^ws_protocol
* ^"Handling Websocket connections^ws_handlers

:: Push technology

* ^"Loop handlers^loop_handlers

:: Extensions

* ^"Middlewares^middlewares
* ^"Sub protocols^sub_protocols
* ^"Hooks^hooks

:: Internals

* ^"Architecture^architecture
* ^"Dealing with broken clients^broken_clients