awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesStatus Code Filters

Filters the request list by HTTP response status code ranges (1xx-5xx) to isolate successful or error responses.

Distinct from HTTP Status Code Management: Distinct from HTTP Status Code Management: focuses on filtering traffic by status code for inspection, not on controlling or returning status codes.

Explore 4 awesome GitHub repositories matching web development · Status Code Filters. Refine with filters or upvote what's useful.

Awesome Status Code Filters GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • proxymanapp/proxymanAvatar von ProxymanApp

    ProxymanApp/Proxyman

    6,858Auf GitHub ansehen↗

    Proxyman is a cross-platform HTTP debugging proxy that captures, inspects, and modifies HTTP, HTTPS, and WebSocket traffic. It functions as a man-in-the-middle proxy, decrypting SSL/TLS traffic to allow real-time inspection and modification of encrypted requests and responses. The tool is designed for debugging web and mobile applications, with capabilities for API mocking and simulation, scriptable traffic modification, and team collaboration on network logs. What distinguishes Proxyman is its deep integration with mobile and cross-platform development workflows. It provides automated certif

    Filters the request list by HTTP response status code ranges to isolate successful or error responses.

    debugging-tooliosmacos
    Auf GitHub ansehen↗6,858
  • joho/7xx-rfcAvatar von joho

    joho/7XX-rfc

    4,547Auf GitHub ansehen↗

    Dieses Projekt ist ein formeller RFC-Vorschlag und eine technische Spezifikation für einen neuen Bereich von HTTP-Statuscodes. Es definiert einen Entwickler-Fehlerstandard, der darauf ausgelegt ist, Implementierungsfehler von Standard-Client- oder Serverfehlern innerhalb von REST-API-Antworten zu unterscheiden. Die Spezifikation schlägt eine Erweiterung des HTTP-Protokolls vor, die reservierte numerische Bereiche für Statuscodes einführt. Dieses System bildet eindeutige Ganzzahl-IDs auf spezifische Implementierungsfehler ab, bietet präzise diagnostische Bedeutung und isoliert Entwicklerfehler von Standard-Protokollantworten, während die Abwärtskompatibilität gewahrt bleibt. Der Standard deckt die API-Fehlerbehandlung und den Entwickler-Debugging-Workflow ab, indem er ein konsistentes Antwortschema für Fehler-Payloads etabliert. Dies stellt die Interoperabilität zwischen verschiedenen API-Clients und Servern bei der Meldung von Implementierungsfehlern sicher.

    Groups specific HTTP status codes into reserved numerical ranges to isolate developer errors.

    Makefilerfcsatire
    Auf GitHub ansehen↗4,547
  • wpzzz/blocked-sites-in-south-koreaAvatar von wpzzz

    wpzzz/blocked-sites-in-south-korea

    4,375Auf GitHub ansehen↗

    This project is an internet censorship database and network connectivity auditor designed to identify websites that are restricted or filtered within South Korea. It functions as a website accessibility checker to verify which web addresses are inaccessible due to national network restrictions. The system focuses on internet censorship monitoring and network restriction analysis to track filtering patterns and determine the scope of web blocking. It provides web accessibility auditing to identify intentional government-level blocks or regional outages. The tool utilizes HTTP connectivity pro

    Evaluates HTTP response headers to categorize websites as reachable, timed out, or blocked.

    Python
    Auf GitHub ansehen↗4,375
  • lycheeverse/lycheeAvatar von lycheeverse

    lycheeverse/lychee

    3,729Auf GitHub ansehen↗

    Lychee is a command line link checker written in Rust that scans websites and local files to identify broken hyperlinks and invalid email addresses. It functions as an asynchronous link validator and static site auditor designed to ensure content accessibility and quality. The tool features disk-based response caching to accelerate subsequent scans and avoid redundant network requests. It supports token-based API authentication for services like GitHub to bypass rate limits when verifying links on remote repositories. The project covers a range of capabilities including multi-format content

    Allows configuration of accepted HTTP status codes to prevent false positives during link validation.

    Rust
    Auf GitHub ansehen↗3,729
  1. Home
  2. Web Development
  3. HTTP Status Code Management
  4. Status Code Filters

Unter-Tags erkunden

  • Accessibility CategorizersLogic that maps HTTP status codes to accessibility states such as reachable or blocked. **Distinct from Status Code Filters:** Categorizes site accessibility based on status codes, whereas filters simply isolate ranges of codes
  • Status Code Range DefinitionsThe definition of reserved numerical ranges for specific categories of HTTP responses. **Distinct from Status Code Filters:** Distinct from filters which use ranges to find data; this defines the ranges themselves as a standard.