Skip to main content

json_response_bytes

Function json_response_bytes 

Source
pub(super) fn json_response_bytes(
    status: StatusCode,
    body: Vec<u8>,
) -> Response<Full<Bytes>>