Module arc_reactor::prelude[][src]

Re-exports

pub use futures::prelude::*;

Structs

ArcHandler
Request

The Request Struct, This is passed to Middlewares and route handlers.

Response

Traits

ArcService

This trait is automatically derived by the #[service] proc_macro.

MiddleWare

The middleware Trait. In arc-reactor the middleware system is designed to be as intuitive and as simple as possible.

Type Definitions

FutureResponse
MiddleWareFuture