risingwave_frontend::webhook::handlers

Function handle_post_request

source
pub async fn handle_post_request(
    __arg0: Extension<Service>,
    headers: HeaderMap,
    __arg2: Path<(String, String, String)>,
    body: Bytes,
) -> Result<(), WebhookError>