The modern Web
Erlang and the Web
Introduction
Getting started
Flow diagram
Listeners
Routing
Constraints
Handlers
Loop handlers
Static files
Request details
Reading the request body
Sending a response
Using cookies
Multipart
REST principles
Handling REST requests
REST flowcharts
Designing a resource handler
The Websocket protocol
Websocket handlers
Streams
Middlewares
Sub protocols
The following chapters were relevant in Cowboy 1.0. They have not been updated for Cowboy 2.0 yet. The information in these chapters may or may not be useful.
Architecture
Dealing with broken clients
Hooks
Overview