[][src]Crate tide

Welcome to Tide.

The App docs are a good place to get started.

Re-exports

pub use http;

Modules

cookies
error
forms
middleware
querystring
response

Structs

App

The entry point for building a Tide application.

Context

Data associated with a request-response lifecycle.

Error

A generic endpoint error, which can be converted into a response.

Route

A handle to a route.

Server

An instantiated Tide server.

Traits

Endpoint

A Tide endpoint.

Type Definitions

EndpointResult

A convenient Result instantiation appropriate for most endpoints.

Response