Home > @uniformdev/context-edge-vercel > EdgeMiddlewareHandlerParams
EdgeMiddlewareHandlerParams interface
Parameters for the edge middleware handler.
Signature:
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
The Uniform Context instance. | |||
|
string |
(Optional) Value to use when a quirk is not available. Defaults to 'unknown'. | ||
|
URL |
The origin URL to fetch from. | ||
|
(Optional) Quirks to extract from geolocation. Defaults to ['country', 'city', 'region']. | |||
|
The incoming request object. |