- CALLBACK_DATA
string CALLBACK_DATA(string code)
Undocumented in source. Be warned that the author may not have intended to support it.
- CALLBACK_DATA_NOADVANCE
string CALLBACK_DATA_NOADVANCE(string code)
Undocumented in source. Be warned that the author may not have intended to support it.
- CALLBACK_NOTIFY
string CALLBACK_NOTIFY(string code)
Undocumented in source. Be warned that the author may not have intended to support it.
- CALLBACK_NOTIFY_NOADVANCE
string CALLBACK_NOTIFY_NOADVANCE(string code)
Undocumented in source. Be warned that the author may not have intended to support it.
- IS_ALPHA
string IS_ALPHA(string c)
Undocumented in source. Be warned that the author may not have intended to support it.
- IS_ALPHANUM
bool IS_ALPHANUM(ubyte c)
Undocumented in source. Be warned that the author may not have intended to support it.
- IS_HEX
bool IS_HEX(ubyte c)
Undocumented in source. Be warned that the author may not have intended to support it.
- IS_HOST_CHAR
bool IS_HOST_CHAR(ubyte c)
Undocumented in source. Be warned that the author may not have intended to support it.
- IS_NUM
string IS_NUM(string c)
Undocumented in source. Be warned that the author may not have intended to support it.
- IS_URL_CHAR
string IS_URL_CHAR(string c)
Undocumented in source. Be warned that the author may not have intended to support it.
- IS_USERINFO_CHAR2
bool IS_USERINFO_CHAR2(ubyte c)
Undocumented in source. Be warned that the author may not have intended to support it.
- STRICT_CHECK
void STRICT_CHECK(bool istrue)
Undocumented in source. Be warned that the author may not have intended to support it.
- httpParserURL
bool httpParserURL(CHAR[] url, ParserdUrl u)
Undocumented in source. Be warned that the author may not have intended to support it.
- parseURLchar
HTTPParserState parseURLchar(HTTPParserState s, ubyte ch)
Undocumented in source. Be warned that the author may not have intended to support it.
- parserHost
bool parserHost(ubyte[] data, ParserdUrl u, bool found_at)
Undocumented in source. Be warned that the author may not have intended to support it.
- parserHostChar
HTTPParserHostState parserHostChar(HTTPParserHostState s, ubyte ch)
Undocumented in source. Be warned that the author may not have intended to support it.