2 Repos
Standardization of HTTP header capitalization to ensure consistent retrieval across different proxy implementations.
Distinct from Proxy Headers: Specific to correcting casing discrepancies rather than general header management or forwarding.
Explore 2 awesome GitHub repositories matching networking & communication · Casing Normalization. Refine with filters or upvote what's useful.
PSR-7 HTTP Message Interfaces is a set of standardized PHP interfaces for representing HTTP request and response messages, URIs, streams, and uploaded files as immutable value objects. These interfaces define a common contract that enables interoperability between PHP frameworks and libraries when handling HTTP messages, ensuring that any implementation can be used interchangeably. The interfaces model HTTP messages as immutable value objects where any modification produces a new instance, guaranteeing message integrity throughout the request lifecycle. They provide case-insensitive header ac
Normalizes HTTP header casing for case-insensitive retrieval while preserving original casing.
Script-Hub is a system for translating proxy rule sets and converting configuration modules between different network proxy environments. It serves as a translator and converter that enables cross-platform compatibility for rewrite rules and script-based logic. The project includes a script interop layer that normalizes header casing and handles execution errors to ensure scripts run consistently across different tools. It also provides a remote configuration manager for importing, updating, and modifying proxy modules and parameters via web URLs. The software covers a range of capabilities
Implements a header normalization layer to standardize HTTP header casing for consistent script execution.