Versions in this module Expand all Collapse all v11 v11.1.1 Jan 16, 2019 v11.1.0 Nov 18, 2018 Changes in this version + var ContentHTML = "text/html; charset=utf-8" + var ContentTypeHeader = "Content-Type" + var FailStatus = 400 + var MinimumCacheDuration = 2 * time.Second + var NoCacheHeader = "X-No-Cache" + var QueryCacheContentType = "cache_content_type" + var QueryCacheDuration = "cache_duration" + var QueryCacheKey = "cache_key" + var QueryCacheStatusCode = "cache_status_code" + var RequestCacheTimeout = 5 * time.Second + var StatusCodeHeader = "Status" + var SuccessStatus = 200 Other modules containing this package gopkg.in/kataras/iris.v10 gopkg.in/kataras/iris.v8