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

github.com/aofei/air

Package air implements an ideally refined web framework for Go. A router is basically the most important component of a web framework. In this framework, registering a route usually requires at least two params: The first param is a route path that contains 6 components. Among them, "users", "posts" and "assets" are STATIC components, ":UserID" and ":PostID" are PARAM components, "*" is an ANY component. Note that all route params (PARAM and ANY components) will be parsed into the `Request` and can be accessed via the `Request.Param` and `Request.Params`. The name of a `RequestParam` parsed from a PARAM component always discards its leading ":", such as ":UserID" will become "UserID". The name of a `RequestParam` parsed from an ANY component is "*". The second param is a `Handler` that serves the requests that match this route.

Ecosystem
proxy.golang.org
Latest Release
v0.22.0
almost 5 years ago
Versions
68
Dependent Packages
12
Dependent Repos
36
v0.22.0
Published: almost 5 years ago
Registry - Documentation - Download
v0.21.3
Published: about 5 years ago
Registry - Documentation - Download
v0.21.2
Published: about 5 years ago
Registry - Documentation - Download
v0.21.1
Published: about 5 years ago
Registry - Documentation - Download
v0.21.0
Published: over 5 years ago
Registry - Documentation - Download
v0.20.0
Published: over 5 years ago
Registry - Documentation - Download
v0.19.2
Published: over 5 years ago
Registry - Documentation - Download
v0.19.1
Published: over 5 years ago
Registry - Documentation - Download
v0.19.0
Published: over 5 years ago
Registry - Documentation - Download
v0.18.0
Published: almost 6 years ago
Registry - Documentation - Download
v0.17.1
Published: almost 6 years ago
Registry - Documentation - Download
v0.17.0
Published: almost 6 years ago
Registry - Documentation - Download
v0.16.0
Published: almost 6 years ago
Registry - Documentation - Download
v0.15.6
Published: almost 6 years ago
Registry - Documentation - Download
v0.15.5
Published: almost 6 years ago
Registry - Documentation - Download
v0.15.4
Published: almost 6 years ago
Registry - Documentation - Download
v0.15.3
Published: about 6 years ago
Registry - Documentation - Download
v0.15.2
Published: about 6 years ago
Registry - Documentation - Download
v0.15.1
Published: about 6 years ago
Registry - Documentation - Download
v0.15.0
Published: about 6 years ago
Registry - Documentation - Download
v0.14.2
Published: about 6 years ago
Registry - Documentation - Download
v0.14.1
Published: over 6 years ago
Registry - Documentation - Download
v0.14.0
Published: over 6 years ago
Registry - Documentation - Download
v0.13.3
Published: over 6 years ago
Registry - Documentation - Download
v0.13.2
Published: over 6 years ago
Registry - Documentation - Download
v0.13.1
Published: over 6 years ago
Registry - Documentation - Download
v0.13.0
Published: over 6 years ago
Registry - Documentation - Download
v0.12.5
Published: over 6 years ago
Registry - Documentation - Download
v0.12.4
Published: over 6 years ago
Registry - Documentation - Download
v0.12.3
Published: over 6 years ago
Registry - Documentation - Download
v0.12.2
Published: almost 7 years ago
Registry - Documentation - Download
v0.12.1
Published: almost 7 years ago
Registry - Documentation - Download
v0.12.0
Published: almost 7 years ago
Registry - Documentation - Download
v0.11.2
Published: almost 7 years ago
Registry - Documentation - Download
v0.11.1
Published: almost 7 years ago
Registry - Documentation - Download
v0.11.0
Published: almost 7 years ago
Registry - Documentation - Download
v0.10.7
Published: almost 7 years ago
Registry - Documentation - Download
v0.10.6
Published: almost 7 years ago
Registry - Documentation - Download
v0.10.5
Published: almost 7 years ago
Registry - Documentation - Download
v0.10.4
Published: almost 7 years ago
Registry - Documentation - Download
v0.10.3
Published: about 7 years ago
Registry - Documentation - Download
v0.10.2
Published: about 7 years ago
Registry - Documentation - Download
v0.10.1
Published: about 7 years ago
Registry - Documentation - Download
v0.10.0
Published: about 7 years ago
Registry - Documentation - Download
v0.9.1
Published: about 7 years ago
Registry - Documentation - Download
v0.9.0
Published: about 7 years ago
Registry - Documentation - Download
v0.8.4
Published: about 7 years ago
Registry - Documentation - Download
v0.8.3
Published: about 7 years ago
Registry - Documentation - Download
v0.8.2
Published: about 7 years ago
Registry - Documentation - Download
v0.8.1
Published: about 7 years ago
Registry - Documentation - Download
v0.8.0
Published: about 7 years ago
Registry - Documentation - Download
v0.7.3
Published: about 7 years ago
Registry - Documentation - Download
v0.7.2
Published: about 7 years ago
Registry - Documentation - Download
v0.7.1
Published: about 7 years ago
Registry - Documentation - Download
v0.7.0
Published: about 7 years ago
Registry - Documentation - Download
v0.6.3
Published: about 7 years ago
Registry - Documentation - Download
v0.6.2
Published: about 7 years ago
Registry - Documentation - Download
v0.6.1
Published: about 7 years ago
Registry - Documentation - Download
v0.6.0
Published: about 7 years ago
Registry - Documentation - Download
v0.5.0
Published: over 7 years ago
Registry - Documentation - Download
v0.4.2
Published: over 7 years ago
Registry - Documentation - Download
v0.4.1
Published: over 7 years ago
Registry - Documentation - Download
v0.4.0
Published: over 7 years ago
Registry - Documentation - Download
v0.3.2
Published: over 7 years ago
Registry - Documentation - Download
v0.3.1
Published: over 7 years ago
Registry - Documentation - Download
v0.3.0
Published: over 7 years ago
Registry - Documentation - Download
v0.2.0
Published: over 7 years ago
Registry - Documentation - Download
v0.1.0
Published: over 7 years ago
Registry - Documentation - Download
Links
Registry proxy.golang.org
Source Repository
Docs Documentation
JSON API View JSON
CodeMeta codemeta.json
Package Details
PURL pkg:golang/github.com/aofei/air
spec
License MIT
Namespace github.com/aofei
First Release over 7 years ago
Last Synced 22 days ago
Keywords
air framework go web
Repository
Stars 422 on GitHub
Forks 42 on GitHub
Rankings on proxy.golang.org
Overall Top 2.2%
Dependent packages Top 1.3%
Dependent repos Top 0.9%
Forks Top 3.7%