Skip to main content

custom

Function custom 

Source
pub fn custom(
    status: u16,
    headers: Vec<KeyValue>,
    body: Vec<u8>,
) -> PluginResponse
Expand description

Create a response with custom status, headers, and body.