Home > @uniformdev/context-edge-vercel > CreateUniformEdgeMiddlewareOptions
CreateUniformEdgeMiddlewareOptions interface
Configuration options for creating the Uniform edge middleware.
Signature:
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| buildOriginRequestHeaders? | (request: EdgeMiddlewareRequest) => Record<string, string> | (Optional) Optional function to build custom headers for the origin request. If not provided, only the Cookie header is sent. |