awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesHeader Name and Value Validations

Validation mechanisms that reject malformed header names and values to prevent injection attacks and parsing errors.

Distinct from HTTP Header Validations: Distinct from HTTP Header Validations: focuses on rejecting malformed names/values for security, not general spec-compliance enforcement.

Explore 3 awesome GitHub repositories matching networking & communication · Header Name and Value Validations. Refine with filters or upvote what's useful.

Awesome Header Name and Value Validations GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • php-fig/http-messageAvatar de php-fig

    php-fig/http-message

    7,049Ver en GitHub↗

    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

    Rejects malformed header names and values to prevent CRLF injection and parsing attacks.

    PHPhttpphpphp-fig
    Ver en GitHub↗7,049
  • airtai/faststreamAvatar de airtai

    airtai/faststream

    5,234Ver en GitHub↗

    FastStream is an asynchronous Python framework designed for building event-driven microservices. It provides a unified abstraction layer for interacting with various message brokers, enabling developers to manage event production and consumption through a consistent interface while maintaining access to native provider-specific features. The framework centers on a decorator-based routing model that binds application logic directly to broker topics, supported by a built-in dependency injection container that resolves resources at runtime. The framework distinguishes itself through its deep int

    Enforces schema validation on incoming message headers using type definitions to ensure data integrity.

    Python
    Ver en GitHub↗5,234
  • nghttp2/nghttp2Avatar de nghttp2

    nghttp2/nghttp2

    5,009Ver en GitHub↗

    nghttp2 es un conjunto de librerías C de bajo nivel y herramientas diseñadas para implementar el protocolo HTTP/2. Proporciona una implementación eficiente en memoria de la lógica central del protocolo, incluyendo el framing, la multiplexación de flujos y el control de flujo. El proyecto incluye una librería dedicada para la compresión y descompresión de cabeceras HPACK para reducir el ancho de banda de red. También proporciona un conjunto de herramientas para analizar el tráfico de red y realizar benchmarks del rendimiento del servidor, incluyendo mediciones de throughput y latencia. Sus capacidades más amplias cubren la implementación de protocolos y la gestión de tráfico, incluyendo la negociación de conexión ALPN, la priorización de peticiones y la validación de componentes de cabecera. La librería admite extensiones de protocolo personalizadas a través de un sistema de eventos basado en callbacks e incluye utilidades para la gestión de memoria y la traducción de códigos de error. El proyecto incluye soporte de compilación y scripts de configuración para realizar compilación cruzada de binarios para la plataforma Android.

    Triggers custom callbacks when the protocol receives header pairs that lack conformance to specifications.

    C++
    Ver en GitHub↗5,009
  1. Home
  2. Networking & Communication
  3. HTTP Header Validations
  4. Header Name and Value Validations

Explorar subetiquetas

  • Conformance Error HandlingHandling and reporting of headers that fail to meet protocol specifications. **Distinct from Header Name and Value Validations:** Focuses on the callback mechanism for handling invalid headers rather than the validation logic itself.