golang-github-gorilla-context - A golang registry for global request variables
Website: | http://www.gorillatoolkit.org/pkg/context |
---|---|
License: | BSD |
Vendor: | Virtuozzo |
- 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.24.gitb06ed15.vl7.src [11 KiB] |
Changelog
by Josh Boyer (2017-04-21):
- Resolves: rhbz#1344590 - built for all architectures |