beangle-micdn ~master (2021-10-31T17:47:52.0688389)
Dub
Repo
CacheSetting
beangle
web
file
Undocumented in source.
class
CacheSetting {
Duration
maxAge
;
string
cacheControl
;
void
delegate
(
scope
HTTPServerRequest
req
,
scope
HTTPServerResponse
res
,
ref
string
physicalPath
)
preWriteCallback
;
}
Members
Variables
cacheControl
string
cacheControl
;
Undocumented in source.
maxAge
Duration
maxAge
;
Undocumented in source.
preWriteCallback
void
delegate
(
scope
HTTPServerRequest
req
,
scope
HTTPServerResponse
res
,
ref
string
physicalPath
)
preWriteCallback
;
Undocumented in source.
Meta
Source
See Implementation
beangle
web
file
classes
CacheSetting
functions
encodeAttachmentName
parseRange
sendFile
sendFiles
variables
default_settings