Skip to content

withHeaders

withHeaders(transport, headers): EndpointTransport

Defined in: wp-typia-api-client/src/client.ts:329

Add static headers to every request executed by a transport.

EndpointTransport

Base transport to wrap.

HeadersInit

Headers that should be merged into each request.

EndpointTransport

A transport that preserves the original behavior plus static headers.