awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

23 repository-uri

Awesome GitHub RepositoriesHTTP Routing

Libraries for URL routing and request multiplexing.

Explore 23 awesome GitHub repositories matching part of an awesome list · HTTP Routing. Refine with filters or upvote what's useful.

Awesome HTTP Routing GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • go-chi/chiAvatar go-chi

    go-chi/chi

    22,418Vezi pe GitHub↗

    Chi is a lightweight, idiomatic router and middleware framework for building web services in Go. It is designed to integrate directly with the standard library, providing a set of utilities for managing HTTP request routing, context propagation, and modular service composition. The project distinguishes itself through a radix-tree-based routing system that supports recursive nesting, allowing developers to mount independent sub-routers onto specific path prefixes. This hierarchical structure enables the creation of organized, modular applications where request handlers are grouped and managed

    Small and expressive HTTP router.

    Goapicontextgo
    Vezi pe GitHub↗22,418
  • gorilla/muxAvatar gorilla

    gorilla/mux

    21,832Vezi pe GitHub↗

    This project is a request router and web framework for the Go programming language. It provides a toolkit for matching incoming HTTP network requests to specific handler functions by evaluating criteria such as URL paths, request methods, headers, and hostnames. The framework distinguishes itself through its flexible matching capabilities, which include support for regular expressions and dynamic variable extraction from URL segments. It allows developers to organize routes into logical hierarchies, share common path prefixes, and maintain a central registry of named routes to facilitate prog

    Powerful URL routing and dispatching.

    Gogogolanggorilla
    Vezi pe GitHub↗21,832
  • julienschmidt/httprouterAvatar julienschmidt

    julienschmidt/httprouter

    17,121Vezi pe GitHub↗

    httprouter is a high-performance HTTP request router for Go that maps incoming network requests to specific handler functions using a radix tree. It functions as a request dispatcher and path parameter parser, organizing URL paths in a tree structure to ensure efficient lookups. The router specializes in capturing dynamic segments and catch-all wildcards from URL paths to pass directly into request handlers. It implements method-specific routing and automatically manages responses for unsupported HTTP methods. The library covers broader capabilities including request normalization through tr

    High-performance HTTP router.

    Gogogolanghttp
    Vezi pe GitHub↗17,121
  • gocraft/webAvatar gocraft

    gocraft/web

    1,523Vezi pe GitHub↗

    Go Router Middleware. Your Contexts.

    Mux and middleware package.

    Go
    Vezi pe GitHub↗1,523
  • goji/gojiAvatar goji

    goji/goji

    974Vezi pe GitHub↗

    Goji is a minimalistic and flexible HTTP request multiplexer for Go (golang)

    Minimalist HTTP request multiplexer.

    Go
    Vezi pe GitHub↗974
  • gernest/alienG

    gernest/alien

    0Vezi pe GitHub↗

    Lightweight and fast HTTP router.

    Vezi pe GitHub↗0
  • xujiajun/gorouterX

    xujiajun/gorouter

    0Vezi pe GitHub↗

    Simple and fast HTTP router.

    Vezi pe GitHub↗0
  • go-playground/larsG

    go-playground/lars

    0Vezi pe GitHub↗

    Lightweight and fast HTTP router.

    Vezi pe GitHub↗0
  • dimfeld/httptreemuxD

    dimfeld/httptreemux

    0Vezi pe GitHub↗

    Fast tree-based HTTP router.

    Vezi pe GitHub↗0
  • vardius/gorouterV

    vardius/gorouter

    0Vezi pe GitHub↗

    Router with middleware support.

    Vezi pe GitHub↗0
  • buaazp/fasthttprouterB

    buaazp/fasthttprouter

    0Vezi pe GitHub↗

    High-performance router for fasthttp.

    Vezi pe GitHub↗0
  • claygod/bxogC

    claygod/Bxog

    0Vezi pe GitHub↗

    Simple HTTP router with parameter support.

    Vezi pe GitHub↗0
  • rs/xmuxR

    rs/xmux

    0Vezi pe GitHub↗

    High-performance multiplexer.

    Vezi pe GitHub↗0
  • nbari/violetearN

    nbari/violetear

    0Vezi pe GitHub↗

    HTTP routing library.

    Vezi pe GitHub↗0
  • husobee/vestigoH

    husobee/vestigo

    0Vezi pe GitHub↗

    High-performance URL router.

    Vezi pe GitHub↗0
  • vividcortex/siestaV

    VividCortex/siesta

    0Vezi pe GitHub↗

    Composable framework for handlers.

    Vezi pe GitHub↗0
  • go-playground/pureG

    go-playground/pure

    0Vezi pe GitHub↗

    Lightweight router based on net/HTTP.

    Vezi pe GitHub↗0
  • go-ozzo/ozzo-routingG

    go-ozzo/ozzo-routing

    0Vezi pe GitHub↗

    Fast HTTP router with regex support.

    Vezi pe GitHub↗0
  • gowww/routerG

    gowww/router

    0Vezi pe GitHub↗

    Fast HTTP router.

    Vezi pe GitHub↗0
  • goroute/routeG

    goroute/route

    0Vezi pe GitHub↗

    Simple HTTP request multiplexer.

    Vezi pe GitHub↗0
Înapoi12Înainte
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. HTTP Routing