mirror of
https://github.com/kataras/iris.git
synced 2026-01-08 20:41:57 +00:00
fix typo
Former-commit-id: 7b5d5530279789a3118190feb57776948b305662
This commit is contained in:
2
cache/cfg/cfg.go
vendored
2
cache/cfg/cfg.go
vendored
@@ -16,7 +16,7 @@ var (
|
||||
RequestCacheTimeout = 5 * time.Second
|
||||
)
|
||||
|
||||
// NoCacheHeader is the static header key which is setted to the response when NoCache is called,
|
||||
// NoCacheHeader is the static header key which is set to the response when NoCache is called,
|
||||
// used inside nethttp and fhttp Skippers.
|
||||
var NoCacheHeader = "X-No-Cache"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user