pub async fn webhook(
__arg0: State<HandlerState>,
headers: HeaderMap,
body: Bytes,
) -> impl IntoResponseExpand description
POST handler for GitHub webhooks.
pub async fn webhook(
__arg0: State<HandlerState>,
headers: HeaderMap,
body: Bytes,
) -> impl IntoResponsePOST handler for GitHub webhooks.