[ ソース: golang-github-gorilla-sessions ]
パッケージ: golang-github-gorilla-sessions-dev (1.1+git20170802.7.b61c93c-4)
golang-github-gorilla-sessions-dev に関するリンク
Debian の資源:
golang-github-gorilla-sessions ソースパッケージをダウンロード:
- [golang-github-gorilla-sessions_1.1+git20170802.7.b61c93c-4.dsc]
- [golang-github-gorilla-sessions_1.1+git20170802.7.b61c93c.orig.tar.xz]
- [golang-github-gorilla-sessions_1.1+git20170802.7.b61c93c-4.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
save cookie and filesystem sessions and allow custom session backends
This package provides a Go library that implements methods to save cookies and filesystem sessions and allows custom session backends. It is provided by Gorilla which is a web toolkit for the Go programming language.
Features:
- Simple API: use it as an easy way to set signed cookies - Cookies can optionally be enycrpted - Built-in backends to store sessions in cookies on the filesystem - Flash messages: session values that last until read - Session persistency switching - Methods to rotate authentication and encryption keys - Multiple sessions per request, even using different backends - Support for custom session backends
その他の golang-github-gorilla-sessions-dev 関連パッケージ
|
|
|
|
-
- dep: golang-github-gorilla-context-dev
- General purpose registry for global request variables
-
- dep: golang-github-gorilla-securecookie-dev
- provides authenticated and encrypted cookie values