
GitHub - julienschmidt/httprouter: A high performance HTTP request ...
HttpRouter is a lightweight high performance HTTP request router (also called multiplexer or just mux for short) for Go. In contrast to the default mux of Go's net/http package, this router supports variables in …
GitHub - delvedor/find-my-way: A crazy fast HTTP router
A crazy fast HTTP router, internally uses an highly performant Radix Tree (aka compact Prefix Tree), supports route params, wildcards, and it's framework independent.
GitHub - fasthttp/router: Router implementation for fasthttp
Router is a lightweight high performance HTTP request router (also called multiplexer or just mux for short) for fasthttp. This router is optimized for high performance and a small memory footprint.
Go HTTP Router Benchmark - GitHub
This benchmark suite aims to compare the performance of HTTP request routers for Go by implementing the routing structure of some real world APIs. Some of the APIs are slightly adapted, …
GitHub - klen/http-router: A simple router for HTTP applications
A simple router for HTTP applications. Contribute to klen/http-router development by creating an account on GitHub.
GitHub - zero-to-prod/http-router: Http Router for PHP
HTTP Router High-performance HTTP router for PHP 7.2+ with three-level indexing, PSR-15 middleware support, and route caching.
http-router · GitHub Topics · GitHub
Jan 15, 2024 · 🚨 Is a lightweight, fast and extensible zero allocation HTTP router for Go used to create customizable frameworks.
GitHub - httpland/http-router: HTTP request router for standard …
Packages The package supports multiple platforms. deno.land/x - https://deno.land/x/http_router/mod.ts npm - @httpland/http-router
GitHub - joshbuddy/http_router: A kick-ass HTTP router for use in Rack
HTTP Router What is it? This is an HTTP router for use in either a web framework, or on it's own using Rack. It takes a set of routes and attempts to find the best match for it. Take a look at the examples …
ibraheemdev/httprouter-rs: A fast, minimal HTTP framework. - GitHub
By design of this router, a request can only match exactly one or no route. As a result, there are also no unintended matches, which makes it great for SEO and improves the user experience.