Request header helpers for Vercel Python applications
Project Links
Meta
Requires Python: >=3.10
Classifiers
Headers
vercel.headers stores request headers for Vercel Function helpers and exposes
IP address and geolocation helpers.
Register request headers once per request:
from vercel.headers import set_headers
set_headers(request.headers)
OIDC and cache helpers read the same registered header context.
Wheel compatibility matrix
Files in release
No dependencies