body


Description:

public InputStream body { get; }

Request body.

The provided stream is filtered by the implementation according to the 'Transfer-Encoding' header value.

The default implementation returns the connection stream unmodified.