//
pkg.gl
Category
github.com/blbgo/httpserver
sessions
package
0.1.1
Repository:
https://github.com/blbgo/httpserver.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
124 SLOC
#
Functions
NewConfig
NewConfig provides a Config based on general.Config.
NewSessions
NewSessions provides a Sessions implementation.
#
Variables
NoSession
NoSession is an error indicating no session was found.
#
Interfaces
Config
Config must be implemented and provided to New.
Sessions
Sessions is an interface to manage sessions for http requests.