Skip to main content

build_response

Function build_response 

Source
pub fn build_response(
    status: u16,
    body: impl Into<Bytes>,
    content_type: &str,
) -> AdminResponse