awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Request Routing · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesRequest Routing

Logic and matching rules used to direct incoming network requests to the appropriate destination or service.

Explore 1 awesome GitHub repository matching networking & communication · Request Routing. Refine with filters or upvote what's useful.

  1. Home
  2. Networking & Communication
  3. Network Infrastructure and Routing
  4. Network Routing and Traffic Management
  5. Request Routing

Awesome Request Routing GitHub Repositories

Describe the repository you're looking for…
We'll search the best matching repositories with AI.
  • caddyserver/caddy

    caddyserver/caddy

    70,190GitHubView on GitHub↗

    Caddy is an extensible, modular web server platform designed for high-performance traffic management and automated security. At its core, it functions as a dynamic HTTP gateway that handles request routing, static asset delivery, and reverse proxying through a chain of configurable handler modules. The system is built

    Goacmeautomatic-httpscaddy

Explore sub-tags

  • Expression-Based MatchersLogic engines that evaluate boolean expressions against request properties to determine routing behavior.
  • Filesystem Request MatchersMatchers that evaluate requests based on the properties of files present on the server's local storage.
  • Host Header MatchersRules that filter or route requests based on the content of the HTTP Host header.
Query Parameter Matchers
Rules for matching incoming HTTP requests based on the presence or values of specific query string parameters.
  • Request MatchersConditional logic used to filter and select requests based on path, headers, or other request properties.