awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • php-fig/http-messagephp-fig 的头像

    php-fig/http-message

    7,049在 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
    在 GitHub 上查看↗7,049
  • aplus-framework/httpaplus-framework 的头像

    aplus-framework/http

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