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

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

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

2 个仓库

Awesome GitHub RepositoriesHTTP Error Normalization

Mapping HTTP status codes and network failures to a consistent error object structure.

Distinct from Network Error Normalization: Focuses on HTTP application-level errors rather than OS-level socket error mapping

Explore 2 awesome GitHub repositories matching operating systems & systems programming · HTTP Error Normalization. Refine with filters or upvote what's useful.

Awesome HTTP Error Normalization GitHub Repositories

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

    mzabriskie/axios

    109,096在 GitHub 上查看↗

    Axios is a promise-based HTTP client used to make asynchronous network requests in both browser and Node.js environments. It functions as a multi-environment network adapter that abstracts the transport layer to ensure consistent behavior across different runtimes. The project distinguishes itself through a request lifecycle management system that allows for the cancellation of active requests, the setting of timeouts, and the monitoring of upload and download transfer progress. It includes a mechanism for intercepting network traffic, enabling the transformation of outgoing requests and inco

    Normalizes various network failures and HTTP status codes into a structured error object for consistent handling.

    JavaScript
    在 GitHub 上查看↗109,096
  • ehmicky/modern-errorsehmicky 的头像

    ehmicky/modern-errors

    1,482在 GitHub 上查看↗

    This library provides a comprehensive framework for managing errors in JavaScript and TypeScript applications. It enables the creation of structured, type-safe error hierarchies, allowing developers to define custom error classes that ensure consistent behavior and categorization across a codebase. The project distinguishes itself through a modular plugin architecture that allows for the extension of core error functionality, such as custom logging, serialization, and validation. It includes an exception normalization pipeline that converts non-standard or malformed errors into predictable in

    Normalizes unknown exceptions and malformed error objects into defined, predictable error instances to prevent runtime bugs.

    JavaScriptbrowsercausecode-quality
    在 GitHub 上查看↗1,482
  1. Home
  2. Operating Systems & Systems Programming
  3. Network Error Normalization
  4. HTTP Error Normalization