Force the request body into a string.
Force the request body into a string. If the body is a file, the file contents will be returned. If the body is an input stream, the stream will be consumed. If the body is a stream / multipart, an exception will be thrown.
Force the request body into a string.
Force the request body into a string. If the body is a file, the file contents will be returned. If the body is an input stream, the stream will be consumed. If the body is a stream / multipart, an exception will be thrown.
(Since version ) see corresponding Javadoc for more information.