@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface WebhookHandlerRequest

    interface WebhookHandlerRequest {
        headers: Record<string, WebhookHeaderValue>;
        body: unknown;
        rawBody?: string | Uint8Array<ArrayBufferLike> | Buffer<ArrayBufferLike>;
        params?: Record<string, string>;
        method?: string;
        publicUrl?: string;
    }
    Index

    Properties

    headers: Record<string, WebhookHeaderValue>
    body: unknown
    rawBody?: string | Uint8Array<ArrayBufferLike> | Buffer<ArrayBufferLike>
    params?: Record<string, string>
    method?: string
    publicUrl?: string

    Trusted externally visible absolute URL supplied by the application.