- isOpenbool isOpen() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- peekbool peek() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- openvoid open() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- closevoid close() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readsize_t read(ubyte[] buf) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- readEndsize_t readEnd() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- writevoid write(ubyte[] buf) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- flushvoid flush() 
- Undocumented in source. Be warned that the author may not have intended to support it. 
- HTTP_BUFFER_SIZEenum HTTP_BUFFER_SIZE; 
- The size of the buffer to read HTTP requests into, in bytes. Will expand
as required. 
- getHeaderstring getHeader(size_t dataLength) 
- Undocumented in source. 
- parseStatusLinebool parseStatusLine(const(ubyte)[] status) 
- Undocumented in source. 
- parseHeadervoid parseHeader(const(ubyte)[] header) 
- Undocumented in source. Be warned that the author may not have intended to support it. 
HTTP client transport.