HttpStream

Stream container for HTTP connection that reads/writes strings instead of array of bytes.

Constructors

this
this(Stream stream)
Undocumented in source.
this
this(Socket socket)
Undocumented in source.

Members

Functions

receive
string receive()
Undocumented in source. Be warned that the author may not have intended to support it.
send
ptrdiff_t send(string payload)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta