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
·

1 repository

Awesome GitHub RepositoriesImmutable HTTP Message Models

Represents HTTP messages as immutable value objects where modifications produce new instances, guaranteeing message integrity.

Distinct from HTTP Message Mapping: Distinct from HTTP Message Mapping: focuses on the immutable value object pattern for messages, not mapping raw data to objects.

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

Awesome Immutable HTTP Message Models 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 foundational concept of the PSR-7 standard.

    PHPhttpphpphp-fig
    Vezi pe GitHub↗7,049
  1. Home
  2. Software Engineering & Architecture
  3. Object Mapping APIs
  4. HTTP Message Mapping
  5. Immutable HTTP Message Models