Module zap::prelude [] [src]

A module to import the required things.

Reexports

pub use ZapResult;
pub use Http;

Structs

Request

The result of an incoming request

Response

The result of an outgoing request

Server

A builder for TCP servers.

Traits

Handler

An asynchronous function from Request to a Response.