This chapter contains the following recipes:
- Creating the TCP server
- Creating the UDP server
- Handling multiple clients
- Creating the HTTP server
- Handling HTTP requests
- Creating HTTP middleware layer
- Serving static files
- Serving content generated with templates
- Handling redirects
- Handling cookies
- Gracefully shutdown the HTTP server
- Serving secured HTTP content
- Resolving form variables