Function webhook_flows::send_response
source · pub fn send_response(status: u16, headers: Vec<(String, String)>, body: Vec<u8>)
Expand description
Set the response for the webhook service.
pub fn send_response(status: u16, headers: Vec<(String, String)>, body: Vec<u8>)
Set the response for the webhook service.