myc_http_tools/utils/
mod.rs

1
2
3
4
5
6
mod json_response;

pub use json_response::HttpJsonResponse;

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