Part 2:Hands-On Sanic
This Part conducts a close inspection of the issues at play when building a web application and lays out potential approaches to take to solve the problems you may face. The goal is to not just identify issues and provide solutions but provide insight to help you make your own solutions. We will get our hands dirty learning how to use the tools that Sanic provides to meet your specific needs.
This Part contains the following chapters:
- Chapter 3, Routing and Intaking HTTP Requests
- Chapter 4, Ingesting HTTP Data
- Chapter 5, Building Response Handlers
- Chapter 6, Operating Outside the Response Handler
- Chapter 7, Dealing with Security Concerns
- Chapter 8, Running a Sanic Server