awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesHTTP Error Interception

Intercepting exceptions within the HTTP request-response lifecycle to provide formatted error pages or logs.

Distinct from Process Exception Interception: Distinct from Process Exception Interception: specifically targets the web handler context and HTTP responses rather than general process crashes.

Explore 2 awesome GitHub repositories matching software engineering & architecture · HTTP Error Interception. Refine with filters or upvote what's useful.

Awesome HTTP Error Interception GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • ring-clojure/ringالصورة الرمزية لـ ring-clojure

    ring-clojure/ring

    3,880عرض على GitHub↗

    Ring is a Clojure HTTP web library that represents requests and responses as immutable data structures. It provides a functional framework for web development, treating HTTP traffic as standardized maps to decouple application logic from specific server implementations. The project features a middleware framework for composing reusable functional layers to handle cross-cutting concerns such as authentication and logging. It includes a server adapter system that translates raw traffic into request maps, as well as a dedicated integration layer for upgrading standard HTTP connections to bidirec

    Catches handler exceptions to display stacktraces on a webpage or log errors to the system console.

    Clojure
    عرض على GitHub↗3,880
  • josephlenton/php-errorالصورة الرمزية لـ JosephLenton

    JosephLenton/PHP-Error

    1,335عرض على GitHub↗

    PHP-Error is a web development utility and error handler that intercepts application exceptions, syntax errors, and fatal errors to replace default engine output with formatted HTML diagnostic pages during local testing. It activates automatically upon startup without requiring manual initialization calls within project code. The system features interactive diagnostics that include contextual syntax highlighting for code snippets, path-based stack trace filtering to separate external library code from application logic, and inline remote file editing capabilities that persist code modificatio

    Wrapping scripts can be injected or request flags accepted to catch JSON and asynchronous failures across varied frontend architectures.

    PHP
    عرض على GitHub↗1,335
  1. Home
  2. Software Engineering & Architecture
  3. Exception Traceback Capture
  4. Process Exception Interception
  5. HTTP Error Interception

استكشف الوسوم الفرعية

  • Asynchronous Request InterceptionsMechanisms that intercept asynchronous and AJAX background requests to catch failures during frontend interactions. **Distinct from HTTP Error Interception:** Distinct from general HTTP error interception by focusing specifically on asynchronous and AJAX request replaying and background failure handling.