- cacheForever
void cacheForever(Headers headers)
Undocumented in source. Be warned that the author may not have intended to support it.
- decodeUrlParameter
string decodeUrlParameter(string encoded)
Undocumented in source. Be warned that the author may not have intended to support it.
- decodeUrlParameters
string[string] decodeUrlParameters(string qs)
Undocumented in source. Be warned that the author may not have intended to support it.
- 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.
- encodeUrlParameter
string encodeUrlParameter(string param)
Undocumented in source. Be warned that the author may not have intended to support it.
- encodeUrlParameters
string encodeUrlParameters(string[string] dic)
Undocumented in source. Be warned that the author may not have intended to support it.
- 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.