{"categories":[{"label":"WWW/HTTP","url":"https://skillfed.io/packages/category/internet-www-http/3"}],"enrichment":{"capability":"Registers and exposes request headers for Vercel Python functions, providing helpers to extract IP addresses and geolocation data from the request context.","skillfed_tags":["vercel-specific","request-headers"],"use_cases":["Extract client IP address in Vercel functions for logging, rate limiting, or access control.","Retrieve geolocation data from request headers to customize responses by region.","Share request context across multiple helper modules (OIDC, cache) without passing headers repeatedly.","Build request-scoped middleware that needs consistent header access throughout the request lifecycle."],"what_it_does":"vercel-headers is a lightweight utility for Vercel Python applications that centralizes request header handling. It stores headers once per request and exposes them through a shared context that other helpers (OIDC, cache) can access. The package provides convenience methods to extract IP addresses and geolocation information from the registered headers.\n\nThe package is designed for serverless functions running on Vercel's platform where you need consistent access to request metadata across your application logic. It has no external runtime dependencies, making it a minimal addition to your project. The API is straightforward: call set_headers() early in your request handler, then use the exposed helpers to retrieve IP and location data as needed.","worth_installing":"Yes, if you are building Python applications on Vercel and need to work with request headers and geolocation. The package is actively maintained, has no dependencies, and carries a permissive license. It solves a real problem for Vercel-specific development with minimal friction. Not relevant for non-Vercel deployments."},"id":"vercel-headers","links":{"html":"https://skillfed.io/packages/vercel-headers","md":"https://skillfed.io/packages/vercel-headers.md","pypi":"https://pypi.org/project/vercel-headers/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-16","license_spdx":"MIT","license_treatment":"permissive","name":"vercel-headers","python_support":"supports_current","summary":"Request header helpers for Vercel Python applications"},"popularity":{"monthly_downloads":1189542,"position":4242,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.7.1"}
