pub fn send_response(status: u16, headers: Vec<(String, String)>, body: Vec<u8>)
Expand description

Set the response for the webhook service.