mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 20:41:57 +00:00
Add an example for httprouter_test, gofmt everything and misspel fixes.
Former-commit-id: e69ffdf9bba4c7e8c3df45c015b3363cc3fc59b6
This commit is contained in:
@@ -492,7 +492,7 @@ type (
|
||||
// a compatible iris.Session interface, type. If the external session manager
|
||||
// doesn't qualifies, then the user should code the rest of the functions with empty implementation.
|
||||
//
|
||||
// A SessionsPolicy should be responsible to Destory a session based
|
||||
// A SessionsPolicy should be responsible to Destroy a session based
|
||||
// on the http.ResponseWriter and http.Request, this function should works individually.
|
||||
//
|
||||
// No iris.Context required from users. In order to be able to adapt any external session manager.
|
||||
|
||||
Reference in New Issue
Block a user