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.
Parameters
Section titled “Parameters”transport
Section titled “transport”Base transport to wrap.
headers
Section titled “headers”HeadersInit
Headers that should be merged into each request.
Returns
Section titled “Returns”A transport that preserves the original behavior plus static headers.