HttpRequestBuilder.body

Sets body for this request, returns itself for chaining. If data is nil request will be sent without body
overload 1:
HttpRequestBuilder:body(data)
Method Property Fluent Description Representation
data accepts an InputStream
Return Value a HttpRequestBuilder
overload 2:
HttpRequestBuilder:body(data)
Method Property Fluent Description Representation
data accepts a Buffer
Return Value a HttpRequestBuilder
a a