Skip to main content

stripe_handler

Function stripe_handler 

Source
pub async fn stripe_handler<S: Storage + Clone + Send + Sync + 'static>(
    __arg0: State<Arc<HandlerContext<S>>>,
    headers: HeaderMap,
    body: Bytes,
) -> Response