# ProxyAxiosRequestConfig

Canonical: <https://test-proxy-recorder.dev/docs/reference/api/interfaces/proxyaxiosrequestconfig/>
Docs index: <https://test-proxy-recorder.dev/docs/> · All docs as one file: <https://test-proxy-recorder.dev/llms-full.txt>

---

Defined in: [nextjs/registerProxyAxios.ts:9](https://github.com/asmyshlyaev177/test-proxy-recorder/blob/d1bacb3b39a3cf6f7f5a5391a8201868e4629861/packages/test-proxy-recorder/src/nextjs/registerProxyAxios.ts#L9)

The subset of an axios request config this interceptor touches. Kept minimal so
the package never has to depend on (or pin a version of) axios.

## Properties

### headers?

> `optional` **headers?**: `unknown`

Defined in: [nextjs/registerProxyAxios.ts:10](https://github.com/asmyshlyaev177/test-proxy-recorder/blob/d1bacb3b39a3cf6f7f5a5391a8201868e4629861/packages/test-proxy-recorder/src/nextjs/registerProxyAxios.ts#L10)
