Expand description
Core traits and types for server-less.
This crate provides the foundational types that server-less macros generate code against.
Re-exports§
pub use error::ErrorCode;pub use error::ErrorResponse;pub use error::IntoErrorCode;pub use error::SchemaValidationError;pub use extract::Context;
Modules§
- error
- Error handling and protocol-specific error mapping.
- extract
- Context and parameter extraction types.
Structs§
- Method
Info - Runtime method metadata with string-based types.
- Param
Info - Runtime parameter metadata with string-based types.
Enums§
- Http
Method - Runtime HTTP method enum used in generated introspection code.
Functions§
- infer_
path - Infer a REST path from a method name and HTTP method.