Expand description
Experimental Compute features.
These features are not yet stable and may change in backwards-incompatible ways without major-version bumps.
Re-exports§
pub use crate::backend::BackendBuilder;pub use crate::backend::BackendCreationError;pub use crate::Response;
Modules§
- reusable_
sessions Deprecated - Support for reusable sandboxes. See deprecation notice.
- shielding
Deprecated - Experimental shielding support. See deprecation notice.
Enums§
- Backend
Health - Body
Handle Error - Errors that can arise from reading trailer information.
Traits§
- Backend
Ext - An extension trait for experimental
Backendmethods. - BodyExt
- Extensions to the
crate::http::body::Bodytype to support trailers. - Body
Handle Ext - Extensions to the
crate::handle::BodyHandletype to support trailers. - Grpc
Backend - An extension trait to support gRPC backend definition.
- Request
Cache Key - An extension trait for
Requests that adds methods for controlling cache keys. - Request
Handle Cache Key - An extension trait for
RequestHandles that adds methods for controlling cache keys. - Request
Handle Upgrade Websocket - An extension trait for
RequestHandles that adds methods for upgrading websockets. - Request
Upgrade Websocket - An extension trait for
Requests that adds a method for upgrading websockets. - Streaming
Body Ext - Extensions to the
crate::http::body::StreamingBodytype to support trailers.
Functions§
- uap_
parse Deprecated - Parse a user agent string.