arsd-official ~master (2020-12-28T15:57:20Z)
Dub
Repo
Cgi.setResponseExpiresRelative
arsd
cgi
Cgi
Sets a cache-control max-age header for whenFromNow, in seconds.
class
Cgi
void
setResponseExpiresRelative
(
int
whenFromNow
,
bool
isPublic
= false
)
Meta
Source
See Implementation
arsd
cgi
Cgi
constructors
this
enums
RequestMethod
functions
canOutputHeaders
cleanUpPostDataState
clearCookie
close
dispose
flush
flushHeaders
getCurrentCompleteUri
getOutputFileHandle
getSessionObject
handleIncomingDataChunk
header
isClosed
logicalScriptName
onRequestBodyDataReceived
prepareForIncomingDataChunks
rawClose
request
requireBasicAuth
search
setCache
setCookie
setResponseContentType
setResponseExpires
setResponseExpiresRelative
setResponseLocation
setResponseStatus
updateResponseExpires
write
structs
UploadedFile
variables
_outputFileHandle
accept
acceptsGzip
authorization
autoBuffer
cookie
cookies
cookiesArray
environmentVariables
files
filesArray
get
getArray
gzipResponse
host
https
idlol
isCalledWithCommandLineArguments
keepAliveRequested
lastEventId
origin
originalPostData
outputBuffer
pathInfo
port
post
postArray
postJson
queryString
referrer
remoteAddress
requestHeaders
requestMethod
requestUri
responseLocation
scriptFileName
scriptName
testInProcess
userAgent
Sets a cache-control max-age header for whenFromNow, in seconds.