HTTPD_Request._DataSource

Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
ubyte[] front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.
scanUntil
void scanUntil(string needle, F f)
Undocumented in source. Be warned that the author may not have intended to support it.
scanUntilR
ubyte[] scanUntilR(string needle, ubyte[] acc, bool eos)

Scan over input stream, can return data from stream acc - accumulator for receiving needle return empty data if we receiving needle if needle found in stream, then acc == needle if end of stream happened, then eos = true

skipUntil
void skipUntil(string needle)
Undocumented in source. Be warned that the author may not have intended to support it.
unPop
void unPop(ubyte[] data)

raplace current front with another value

Meta