Documentation ¶
Index ¶
Constants ¶
View Source
const ( // HeaderCacheControl as in https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control HeaderCacheControl = "Cache-Control" // HeaderExpires as in https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Expires HeaderExpires = "Expires" // HeaderLastModified as in https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Last-Modified HeaderLastModified = "Last-Modified" // HeaderIfModifiedSince as in https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/If-Modified-Since HeaderIfModifiedSince = "If-Modified-Since" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.