An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 7.6% on proxy.golang.org
Top 1.2% dependent packages on proxy.golang.org
Top 0.3% dependent repos on proxy.golang.org
Top 0.1% docker downloads on proxy.golang.org

proxy.golang.org : github.com/influxdata/httprouter

Package httprouter is a trie based high performance HTTP request router. A trivial example is: The router matches incoming requests by the request method and the path. If a handle is registered for this path and method, the router delegates the request to that function. For the methods GET, POST, PUT, PATCH and DELETE shortcut functions exist to register handles, for all other methods router.Handle can be used. The registered path, against which the router matches incoming requests, can contain two types of parameters: Named parameters are dynamic path segments. They match anything until the next '/' or the path end: Catch-all parameters match anything until the path end, including the directory index (the '/' before the catch-all). Since they match anything until the end, catch-all paramerters must always be the final path element. The value of parameters is saved as a slice of the Param struct, consisting each of a key and a value. The slice is passed to the Handle func as a third parameter. There are two ways to retrieve the value of a parameter:

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/influxdata/httprouter
License: BSD-3-Clause
Latest release: almost 6 years ago
First release: about 11 years ago
Namespace: github.com/influxdata
Dependent packages: 19
Dependent repositories: 903
Stars: 0 on GitHub
Forks: 2 on GitHub
Docker dependents: 36
Docker downloads: 1,088,289,382
See more repository details: repos.ecosyste.ms
Last synced: 29 days ago

Top 9.2% on proxy.golang.org
github.com/jbooherl/influxdb v1.11.5
Scalable datastore for metrics, events, and real-time analytics
238 versions - Latest release: over 1 year ago - 0 stars on GitHub
Top 9.2% on proxy.golang.org
github.imxd.top/influxdata/influxdb v1.11.5
237 versions - Latest release: over 1 year ago
Top 8.5% on proxy.golang.org
github.com/uvite/gvmdesk v0.0.0-20230329205435-a30bb73069e0
1 version - Latest release: over 2 years ago
github.com/openGemini/openGemini-forwarder v0.0.0-20230309015907-fbb851ac9fb1
High-performance data access middleware tool. For example, Kafka data can be consumed, converted ...
1 version - Latest release: over 2 years ago - 3 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/adubovikov/p2i v0.0.0-20230110123624-bcdf9dada51b
promql to influxql
1 version - Latest release: over 2 years ago - 0 stars on GitHub
Top 10.0% on proxy.golang.org
github.com/1token-trade/influxdb v1.11.0
230 versions - Latest release: over 2 years ago
github.com/TencentBlueKing/influxdb v1.10.0
Scalable datastore for metrics, events, and real-time analytics
228 versions - Latest release: almost 3 years ago - 1 dependent repositories - 0 stars on GitHub
Top 8.6% on proxy.golang.org
github.com/tencentblueking/influxdb v1.10.0
Scalable datastore for metrics, events, and real-time analytics
228 versions - Latest release: almost 3 years ago - 0 stars on GitHub
Top 9.0% on proxy.golang.org
github.com/shamcleren/influxdb v1.10.0
Scalable datastore for metrics, events, and real-time analytics
223 versions - Latest release: almost 3 years ago - 0 stars on GitHub
Top 8.2% on proxy.golang.org
github.com/hachh/influxdb v1.9.5
76 versions - Latest release: almost 4 years ago
Top 8.2% on proxy.golang.org
github.com/jfsmig/influxdb/v2 v2.0.4
19 versions - Latest release: over 4 years ago
Top 8.2% on proxy.golang.org
github.com/mildebrandt/influxdb/v2 v2.0.0-beta.5
Scalable datastore for metrics, events, and real-time analytics
2 versions - Latest release: over 5 years ago - 0 stars on GitHub
Past Dependents
Include Past Dependents

Check this option to include packages that no longer depend on this package in their latest version but previously did.