awesome-repositories.com
Blog
awesome-repositories.com

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

ExplorarBúsquedas curadasOpen-source alternativesSelf-hosted softwareBlogMapa del sitio
ProyectoAcerca deHow we rankPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repositorios

Awesome GitHub RepositoriesImmutable HTTP Message

Represents HTTP messages as immutable objects where any modification produces a new instance, guaranteeing message integrity.

Distinct from Value Objects: Distinct from Value Objects: specifically applies the immutable value object pattern to HTTP messages, not general domain value objects.

Explore 2 awesome GitHub repositories matching software engineering & architecture · Immutable HTTP Message. Refine with filters or upvote what's useful.

Awesome Immutable HTTP Message 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

    Models HTTP messages as immutable value objects, the core architectural pattern of this package.

    PHPhttpphpphp-fig
    Ver en GitHub↗7,049
  • aplus-framework/httpAvatar de aplus-framework

    aplus-framework/http

    237Ver en GitHub↗

    This library provides a foundational set of tools for managing HTTP communication within PHP web applications. It focuses on the lifecycle of client-server interactions by parsing incoming request data into structured objects and facilitating the construction of protocol-compliant server responses. The architecture is built around immutable data structures that ensure state consistency throughout the application lifecycle. It incorporates lazy header parsing to reduce memory overhead and utilizes stream-based management for handling request and response payloads. By adhering to established co

    Models HTTP messages as immutable objects to ensure state consistency throughout the request-response lifecycle.

    PHPanti-csrfaplusaplus-framework
    Ver en GitHub↗237
  1. Home
  2. Software Engineering & Architecture
  3. Object Schema Definitions
  4. Value Objects
  5. Immutable HTTP Message