A BodyPublisher converts high-level Java objects into a flow of byte buffers suitable for sending as a request body. The class [[HttpRequestBodyPublishers]] provides implementations of many common publishers.
See java.net.http.HttpRequestBodyPublisher for full documentation
Returns the content length for this request body.
A BodyPublisher converts high-level Java objects into a flow of byte buffers suitable for sending as a request body. The class [[HttpRequestBodyPublishers]] provides implementations of many common publishers.
See java.net.http.HttpRequestBodyPublisher for full documentation