Function mz_environmentd::http::webhook::handle_webhook

source ·
pub async fn handle_webhook(
    __arg0: State<WebhookState>,
    __arg1: Path<(String, String, String)>,
    headers: HeaderMap,
    body: Bytes
) -> impl IntoResponse