mycelium-http-tools 8.3.1-rc.2

Provide HTTP related elements to the mycelium project.
Documentation
1
2
3
4
5
6
mod json_response;

pub use json_response::HttpJsonResponse;

#[deprecated(note = "Use HttpJsonResponse instead")]
pub use HttpJsonResponse as JsonError;