Expand description
HSR runtime helpers and types
Re-exports§
pub use actix_http;
pub use actix_rt;
pub use actix_web;
pub use async_trait;
pub use awc;
pub use futures;
pub use serde_json;
pub use serde_urlencoded;
pub use url;
pub use openssl;
Structs§
Enums§
- Client
Error - Errors that may be returned by the client, apart from those explicitly specified in the spec.
Traits§
- HasStatus
Code - Associate an http status code with a type. Defaults to 501 Internal Server Error