awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • php-fig/http-messageAvatar php-fig

    php-fig/http-message

    7,049Vezi pe 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
    Vezi pe GitHub↗7,049
  • aplus-framework/httpAvatar aplus-framework

    aplus-framework/http

    237Vezi pe 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
    Vezi pe GitHub↗237
  1. Home
  2. Software Engineering & Architecture
  3. Object Schema Definitions
  4. Value Objects
  5. Immutable HTTP Message