flash:移动了https

时间:2024-05-30 18:07:43
【文件属性】:

文件名称:flash:移动了https

文件大小:5KB

文件格式:ZIP

更新时间:2024-05-30 18:07:43

Go

闪光 中间件闪存是一种在请求之间共享数据的工具。 注意 这是一个新版本,它通过而非cookie存储所有数据。 而且它与旧版本有点不兼容。 安装 go get github.com/tango-contrib/flash 简单的例子 import "github.com/tango-contrib/session" type FlashAction struct { flash. Flash } func ( x * FlashAction ) Get () { x . Flash . Set ( "test" , "test" ) } func ( x * FlashAction ) Post () { x . Flash . Get ( "test" ).( string ) == "test" } func main () { t := tango .


【文件预览】:
flash-master
----flash_test.go(7KB)
----LICENSE(1KB)
----circle.yml(212B)
----flash.go(3KB)
----README.md(1KB)

网友评论