Package : golang-github-gorilla-context-devel

Package details

Summary: A golang registry for global request variables

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.

This package contains the source code needed for building packages that
reference the following Go import paths:
– github.com/gorilla/context


URL: https://github.com/gorilla/context
License: BSD

Maintainer: pterjan

List of RPMs