HTTPMessage.setMessageBody

Set the body of this message to an unsigned 8-bit binary value.

  1. HTTPMessage setMessageBody(ubyte[] body_)
    class HTTPMessage
    setMessageBody
    (
    const ubyte[] body_
    )
  2. HTTPMessage setMessageBody(string body_)

Meta