- clearEntry
void clearEntry(URL url)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
void get(URL url, void delegate(scope InputStream str) @(safe) callback, bool cache_priority, RequestModifier request_modifier)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
void get(URL url, void delegate(scope InputStream str, scope string[string] headers) @(safe) callback, string[] record_headers, bool cache_priority, RequestModifier request_modifier)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
void get(URL url, void delegate(scope InputStream str) @(safe) callback, CacheMatchMode mode, RequestModifier request_modifier)
Undocumented in source. Be warned that the author may not have intended to support it.
- get
void get(URL url, void delegate(scope InputStream str, scope string[string] headers) @(safe) callback, string[] record_headers, CacheMatchMode mode, RequestModifier request_modifier)
Undocumented in source. Be warned that the author may not have intended to support it.