Crate chitey

Source

Re-exports§

pub use tokio;
pub use http;
pub use hyper;
pub use bytes;

Structs§

Body
A stream of Bytes, used when receiving bodies.
Bytes
A cheaply cloneable and sliceable chunk of contiguous memory.
Certs
HttpResponse
Represents an HTTP response
Resource
TlsCertsKey
WebServer

Enums§

ChiteyError
Guard
UrlPatternMatchInput

Traits§

HttpServiceFactory

Functions§

kill_server
throw_chitey_internal_server_error

Type Aliases§

Request
Responder

Attribute Macros§

async_trait
main
Marks async function to be executed by the selected runtime. This macro helps set up a Runtime without requiring the user to use Runtime or Builder directly.