Beignet API reference
Preparing search index...
@beignet/core
server
HttpAdapterHandler
Type Alias HttpAdapterHandler<NativeRequest, NativeResponse>
HttpAdapterHandler
:
(
req
:
NativeRequest
)
=>
Promise
<
NativeResponse
>
Native handler shape produced by an HTTP adapter.
Type Parameters
NativeRequest
NativeResponse
Type Declaration
(
req
:
NativeRequest
)
:
Promise
<
NativeResponse
>
Parameters
req
:
NativeRequest
Returns
Promise
<
NativeResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Beignet API reference
Loading...
Native handler shape produced by an HTTP adapter.