Re-exports§
pub use anyhow;pub use tokio;pub use bytes;pub use http_body_util;pub use hyper;pub use hyper_util;pub use serde_json;pub use tracing;pub use server::*;
Modules§
Traits§
Functions§
- all_
aboard - Endpoint attribute allowing all requests through, regardless of authentication headers.
- gz_
compress
Type Aliases§
- BoxFuture
- An owned dynamically typed
Futurefor use in cases where you can’t statically type your result or need to add some indirection.
Attribute Macros§
Derive Macros§
- Router
- Apply to an enum.
Variants’ snake_case names are used as paths, and inner type’s used as endpoint handlers.