Method HTTPClientRequest.bodyWriter
An output stream suitable for writing the request body.
The first retrieval will cause the request header to be written, make sure
that all headers
are set up in advance.s
Prototype
OutputStream bodyWriter() @property;
Authors
Sönke Ludwig, Jan Krüger
Copyright
© 2012-2013 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.