[−][src]Crate tide
Welcome to Tide.
The App docs are a good place to get started.
Re-exports
pub use crate::configuration::ExtractConfiguration; |
pub use crate::middleware::Middleware; |
Modules
| body | Types for working directly with the bodies of requests and responses. |
| configuration | Types for managing and extracting configuration. |
| head | Types related to the headers (and metadata) of a request. |
| middleware |
Structs
| App | The top-level type for setting up a Tide application. |
| AppData | An extractor for accessing app data. |
| Computed | An extractor for computed values. |
| Cookies | A representation of cookies which wraps |
| Resource | A handle to a resource (identified by a path). |
| RouteMatch | For a successful match, this structure says how any wildcard segments were matched. |
| Router | A core type for routing. |
Traits
| Compute | A value that can be computed on-demand from a request. |
| Endpoint | The raw representation of an endpoint. |
| Extract | An extractor for an app with |
| IntoResponse | A value that is synchronously convertable into a |
Type Definitions
| Request | An HTTP request. |
| Response | An HTTP response. |