Skip to main content

json_response

Function json_response 

Source
pub(super) fn json_response(
    status: StatusCode,
    body: &str,
) -> Response<Full<Bytes>>