CachedResource

Undocumented in source.

Constructors

this
this(string mime, size_t thresold)
Undocumented in source.
this
this(string mime, void[] data)
Undocumented in source.

Members

Functions

apply
void apply(Request req, Response res)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

data
void[] data [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Resource

thresold
size_t thresold;
Undocumented in source.
uncompressed
const(void)[] uncompressed;
Undocumented in source.
compressed
const(void)[] compressed;
Undocumented in source.
data
void[] data [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
apply
void apply(Request req, Response res)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta