myc_http_tools/utils/
mod.rs

1mod json_response;
2
3pub use json_response::HttpJsonResponse;
4
5#[deprecated(note = "Use HttpJsonResponse instead")]
6pub use HttpJsonResponse as JsonError;