golang-github-gorilla-context - A golang registry for global request variables
| Website: | http://www.gorillatoolkit.org/pkg/context |
|---|---|
| License: | BSD |
| Vendor: | Fedora Project |
- Description:
Package gorilla/context stores values shared during a request lifetime. For example, a router can set variables extracted from the URL and later application handlers can access those values, or it can be used to store sessions values to be saved at the end of a request. There are several other common uses.
Packages
| golang-github-gorilla-context-0-0.27.git14f550f.el6.src [12 KiB] |
Changelog
by Lokesh Mandvekar (2014-07-31):
- remove conditionals for arch specification (handle el6 separately) - defattr only for el6 |