Skip to main content

html_response

Function html_response 

Source
pub fn html_response(
    body: impl Into<String>,
) -> Result<Response<Full<Bytes>>, OxiHttpError>
Expand description

Build an HTML response.