1. Introduction
  2. Getting Started
  3. Tide Basics
  4. 1. Anatomy of a Tide application
  5. 2. Server, Routes and Endpoints
    1. 2.1. Set up a Server
    2. 2.2. Handle requests with endpoints
    3. 2.3. Defining and composing routes
  6. 3. Request and Response
    1. 3.1. The Request struct
    2. 3.2. Response and the ResponseBuilder
  7. 4. State
    1. 4.1. Server State
    2. 4.2. Request State
  8. 5. Middleware
  9. Tide in Practice
  10. 6. Testing Tide Applications
  11. 7. Deploying Tide Applications
    1. 7.1. Bare-bones deployment
    2. 7.2. Deploying behind a reverse-proxy
    3. 7.3. Containerizing a Tide Application
  12. 8. JSON Web Services with Tide
  13. 9. HTTP Websites with Tide
  14. 10. Using Tide with a Database
  15. Further reading

Tide Book

Response and the ResponseBuilder