mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 04:47:02 +00:00
Ok finish the context's tests
This commit is contained in:
@@ -66,9 +66,11 @@ type (
|
||||
GetString(string) string
|
||||
GetInt(string) int
|
||||
Set(string, interface{})
|
||||
VisitAllCookies(func(string, string))
|
||||
SetCookie(*fasthttp.Cookie)
|
||||
SetCookieKV(string, string)
|
||||
RemoveCookie(string)
|
||||
GetFlashes() map[string]string
|
||||
GetFlash(string) (string, error)
|
||||
SetFlash(string, string)
|
||||
Session() store.IStore
|
||||
|
||||
Reference in New Issue
Block a user