interface ClientRequestContext
Since 0.1.0

Mutable context passed to a ClientRequestInterceptor so it can inspect and modify the resolved URL and headers before the request executes.

Properties

The fully-resolved request URL.

The mutable header map for the outbound request.

Usage

import { type ClientRequestContext } from "sdk/src/index.ts";