Skip to main content

Crate cranpose_services

Crate cranpose_services 

Source
Expand description

Multiplatform service abstractions used by Cranpose applications.

Re-exports§

pub use http::default_http_client;
pub use http::local_http_client;
pub use http::HttpClient;
pub use http::HttpClientRef;
pub use http::HttpError;
pub use http::HttpFuture;
pub use uri_handler::default_uri_handler;
pub use uri_handler::local_uri_handler;
pub use uri_handler::ProvideUriHandler;
pub use uri_handler::UriHandler;
pub use uri_handler::UriHandlerError;
pub use uri_handler::UriHandlerRef;

Modules§

http
uri_handler