Crate spacegate_kernel
source ·Expand description
§Spacegate kernel crate.
This crate provides the core functionality of spacegate.
Re-exports§
pub use backend_service::ArcHyperService;pub use body::SgBody;pub use extractor::Extract;
Modules§
- https services, ws services, and static file services.
- a boxed body
- extensions for request and response
- extractors for request
- helper layers
- tcp listener
- gateway service
- util functions and structs
Structs§
- A boxed
Layerthat can be used as a plugin layer in gateway.
Traits§
- Decorates a
Service, transforming either the request or the response. - Provides extension methods for
Request. - Provides extension methods for
Response.
Type Aliases§
- A boxed error.
- Alias for a request with a boxed body.
- Alias for a response with a boxed body.