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