Beignet API reference
    Preparing search index...

    Type Alias HttpAdapterHandler<NativeRequest, NativeResponse>

    HttpAdapterHandler: (req: NativeRequest) => Promise<NativeResponse>

    Native handler shape produced by an HTTP adapter.

    Type Parameters

    • NativeRequest
    • NativeResponse

    Type Declaration