mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
1.4 KiB
1.4 KiB
Cowboy User Guide
The Cowboy User Guide explores the modern Web and how to make best use of Cowboy for writing powerful web applications.
Introducing Cowboy
HTTP
- The life of a request
- Routing
- Handling plain HTTP requests
- The Req object
- Reading the request body
- Sending a response
- Using cookies