go-sessions:Go编程语言的会话管理器。 同时支持nethttp和fasthttp

时间:2024-05-22 06:44:01
【文件属性】:

文件名称:go-sessions:Go编程语言的会话管理器。 同时支持nethttp和fasthttp

文件大小:79KB

文件格式:ZIP

更新时间:2024-05-22 06:44:01

go golang high-performance sessions iris

Go的http会话管理器。 简单的 ,同时提供了强大的功能集,如不变性,到期时间(可以更改),像Bader和Redis这样的作为后端存储。 快速浏览 import "github.com/kataras/go-sessions/v3" sess := sessions . Start ( http . ResponseWriter , * http . Request ) sess . ID () string Get ( string ) interface {} HasFlash () bool GetFlash ( string ) interface {} GetFlashString ( string ) string GetString ( key string ) string GetInt ( key string ) ( int , error


【文件预览】:
go-sessions-master
----memstore.go(13KB)
----.gitignore(54B)
----go.mod(890B)
----session.go(13KB)
----logo_900_273_bg_white.png(25KB)
----.travis.yml(301B)
----provider.go(5KB)
----transcoding.go(1KB)
----cookie.go(5KB)
----LICENSE(1KB)
----go.sum(11KB)
----README.md(18KB)
----_examples()
--------overview()
--------securecookie()
--------flash-messages()
--------standalone()
--------database()
--------fasthttp()
----sessiondb()
--------badger()
--------boltdb()
--------redis()
----.gitattributes(414B)
----AUTHORS(126B)
----sessions_test.go(8KB)
----sessions.go(15KB)
----config.go(5KB)
----lifetime.go(2KB)
----database.go(4KB)

网友评论