HttpClient.write

Writes data to the response stream.

  1. void write(string data)
    class HttpClient
    final
    void
    write
    (
    string data
    )
  2. void write(ubyte[] data)

Parameters

data string

The data to write.

Meta