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
·

3 Repos

Awesome GitHub RepositoriesMethod-Based Filterings

Running filter classes only on requests using a specified HTTP verb such as POST or GET.

Distinct from HTTP Request Filtering: Distinct from HTTP Request Filtering: focuses on filtering by HTTP method, not general request inspection.

Explore 3 awesome GitHub repositories matching security & cryptography · Method-Based Filterings. Refine with filters or upvote what's useful.

Awesome Method-Based Filterings GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • codeigniter4/codeigniter4Avatar von codeigniter4

    codeigniter4/CodeIgniter4

    5,924Auf GitHub ansehen↗

    CodeIgniter is a PHP web framework built on the Model-View-Controller pattern, designed for building full-stack web applications. It provides a lightweight toolkit with minimal configuration, organizing application logic into controllers, models, and views for clean separation of concerns. The framework includes a fluent query builder for constructing SQL statements programmatically, PSR-4 autoloading with namespace mapping, and a service-based dependency injection container for managing shared class instances. The framework distinguishes itself through its comprehensive set of built-in tools

    Runs filter classes only on requests using a specified HTTP verb such as POST or GET.

    PHPcodeignitercodeigniter4framework-php
    Auf GitHub ansehen↗5,924
  • adguardteam/adguardfiltersAvatar von AdguardTeam

    AdguardTeam/AdguardFilters

    4,142Auf GitHub ansehen↗

    AdguardFilters is a collection of curated adblock filter lists, content blocking rulesets, and DNS blocklists. Its primary purpose is to provide the rules necessary to identify and remove advertisements, tracking scripts, and intrusive elements across web browsers and applications. The project includes specialized rules for cosmetic filtering to hide layout gaps and a malware domain database to block phishing and spyware destinations. It provides distinct filtering sets for different regions and purposes, such as social media blocking. The repository covers broad capability areas including m

    Limits the application of a rule to specific HTTP methods such as GET, POST, or HEAD.

    Adblock Filter Listadblockadguardfilter-list
    Auf GitHub ansehen↗4,142
  • tecnativa/docker-socket-proxyAvatar von Tecnativa

    Tecnativa/docker-socket-proxy

    2,572Auf GitHub ansehen↗

    docker-socket-proxy is an HAProxy-based security proxy that filters and controls access to the Docker API. It acts as a security layer between containers and the Docker socket to restrict API operations based on specific paths and methods. The proxy uses environment variables to enable or disable specific API endpoints and to grant or revoke permissions for various API sections. It can enforce read-only access by restricting the API to only allow GET and HEAD requests, returning a forbidden status for unauthorized actions. The project provides capabilities for path-based request filtering, c

    Filters incoming requests by HTTP method to restrict API operations to read-only verbs.

    Pythondockerhacktoberfest
    Auf GitHub ansehen↗2,572
  1. Home
  2. Security & Cryptography
  3. HTTP Request Filtering
  4. Method-Based Filterings