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

Top 0.3% on proxy.golang.org
Top 0.1% dependent packages on proxy.golang.org
Top 0.1% dependent repos on proxy.golang.org
Top 0.9% forks on proxy.golang.org
Top 0.1% docker downloads on proxy.golang.org

proxy.golang.org : github.com/go-chi/chi

Package chi is a small, idiomatic and composable router for building HTTP services. chi requires Go 1.10 or newer. Example: See github.com/go-chi/chi/_examples/ for more in-depth examples. URL patterns allow for easy matching of path components in HTTP requests. The matching components can then be accessed using chi.URLParam(). All patterns must begin with a slash. A simple named placeholder {name} matches any sequence of characters up to the next / or the end of the URL. Trailing slashes on paths must be handled explicitly. A placeholder with a name followed by a colon allows a regular expression match, for example {number:\\d+}. The regular expression syntax is Go's normal regexp RE2 syntax, except that regular expressions including { or } are not supported, and / will never be matched. An anonymous regexp pattern is allowed, using an empty string before the colon in the placeholder, such as {:\\d+} The special placeholder of asterisk matches the rest of the requested URL. Any trailing characters in the pattern are ignored. This is the only placeholder which will match / characters. Examples:

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/go-chi/chi
Keywords: api , context , go , golang , http , microservices , middleware , rest-api , router
License: MIT
Latest release: almost 5 years ago
First release: about 9 years ago
Namespace: github.com/go-chi
Dependent packages: 5,786
Dependent repositories: 12,002
Stars: 13,620 on GitHub
Forks: 868 on GitHub
Docker dependents: 1,775
Docker downloads: 2,216,519,825
See more repository details: repos.ecosyste.ms
Funding links: https://github.com/sponsors/pkieltyka
Last synced: about 4 hours ago

    Loading...
    Readme
    Loading...