Inheritance diagram for HttpReader:
Public Member Functions | |
this (IBuffer buffer) | |
void | getPostData (byte[] dst) |
Private Member Functions | |
this (IConduit conduit) | |
final uint | read (void *dst, uint count) |
uint | read (void *dst, uint count) |
Definition at line 52 of file HttpReader.d.
|
Construct a reader on the provided buffer. Reimplemented from Reader. Definition at line 58 of file HttpReader.d. |
|
Temporary patch for reading POST data from an input stream.
Definition at line 72 of file HttpReader.d. Referenced by testServletEngine(). |
|
Construct a reader on the buffer belonging to the given conduit. |
|
Definition at line 138 of file Reader.d. References IBuffer::get(), and IBuffer::read(). Referenced by EndianReader::bits16(), EndianReader::bits32(), EndianReader::bits64(), and EndianReader::bits80(). |
|
Definition at line 165 of file Reader.d. References IBuffer::get(), and IBuffer::readable(). |