- cacheForever
void cacheForever(Headers headers)
Undocumented in source. Be warned that the author may not have intended to support it.
- decodeMultipart
MultipartPart[] decodeMultipart(Data data, string boundary)
Undocumented in source. Be warned that the author may not have intended to support it.
- decodeUrlParameter (from ae.net.ietf.url)
string decodeUrlParameter(string encoded) via public
import ae.net.ietf.url : UrlParameters, encodeUrlParameter, encodeUrlParameters, decodeUrlParameter, decodeUrlParameters;
Undocumented in source.
- decodeUrlParameters (from ae.net.ietf.url)
UrlParameters decodeUrlParameters(string qs) via public
import ae.net.ietf.url : UrlParameters, encodeUrlParameter, encodeUrlParameters, decodeUrlParameter, decodeUrlParameters;
Undocumented in source.
- disableCache
void disableCache(Headers headers)
Undocumented in source. Be warned that the author may not have intended to support it.
- encodeMultipart
Data encodeMultipart(MultipartPart[] parts, string boundary)
Undocumented in source. Be warned that the author may not have intended to support it.
- encodeUrlParameters (from ae.net.ietf.url)
string encodeUrlParameters(string[string] dic) via public
import ae.net.ietf.url : UrlParameters, encodeUrlParameter, encodeUrlParameters, decodeUrlParameter, decodeUrlParameters;
Undocumented in source.
- httpEscape
string httpEscape(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
- httpTime
string httpTime(SysTime time)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseItemList
string[] parseItemList(string s)
Parses a list in the format of "a, b, c;q=0.5, d" and returns
an array of items sorted by "q" (["a", "b", "d", "c"])
Concepts shared between HTTP clients and servers.