[][src]Crate hsr

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

Config
Url

A parsed URL record.

Enums

ClientError

Errors that may be returned by the client, apart from those explicitly specified in the spec.

Traits

HasStatusCode

Associate an http status code with a type. Defaults to 501 Internal Server Error

Functions

configure_spec

Derive Macros

Deserialize
Serialize