Crate highnoon[][src]

Re-exports

pub use headers;
pub use app::App;
pub use state::State;
pub use request::Request;
pub use responder::Json;
pub use responder::Responder;
pub use response::Response;

Modules

app
endpoint
filter
request
responder
response
router
state
ws

Structs

Method

The Request Method (VERB)

Mime

A parsed mime or media type.

StatusCode

An HTTP status code (status-code in RFC 7230 et al.).

Enums

Error

Error type expected to be returned by endpoints.

Message

An enum representing the various forms of a WebSocket message.

Type Definitions

Result