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

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

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

1 个仓库

Awesome GitHub RepositoriesObject Normalizers

Coerces request and response data to match specified schemas.

Distinct from String Validation and Normalization: Distinct from String Validation: focuses on object-level schema coercion rather than string formatting.

Explore 1 awesome GitHub repository matching software engineering & architecture · Object Normalizers. Refine with filters or upvote what's useful.

Awesome Object Normalizers GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • elysiajs/elysiaelysiajs 的头像

    elysiajs/elysia

    18,531在 GitHub 上查看↗

    Elysia is a high-performance TypeScript web framework designed for building type-safe backend services. It provides a modular, plugin-based architecture that allows developers to compose server logic, middleware, and validation schemas into scalable application instances. By leveraging native web standards, the framework ensures portability across diverse JavaScript runtimes, including Node.js, Deno, and various edge computing environments. The framework distinguishes itself through its focus on end-to-end type safety, automatically synchronizing request and response definitions between the s

    Coerces request and response data to match specified schemas and enforces strict property validation.

    TypeScriptbunframeworkhttp
    在 GitHub 上查看↗18,531
  1. Home
  2. Software Engineering & Architecture
  3. String Validation and Normalization
  4. Object Normalizers

探索子标签

  • HTTP Event Normalizers1 个子标签Ensures query string and path parameter objects are always present in the event to prevent runtime errors. **Distinct from Object Normalizers:** Distinct from Object Normalizers: specifically targets HTTP event structures like query strings and path parameters.