The OpenD Programming Language

HTTPD_Request._DataSource

Undocumented in source.

Members

Functions

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

unPop
void unPop(ubyte[] data)

raplace current front with another value

Meta