Skip to main content

respond

Function respond 

Source
pub(super) fn respond(
    out: &mut impl Write,
    status: u16,
    body: &Value,
) -> Result<()>