HttpClientRequest.body(byte[] body)
Set the body content as a bytes.
Set encoded body content.
Set the body content with supplied InputStream.
Set the body as a bean using the default content type.
Set the body as a bean additionally specifying the type that will be
used to serialise the content (e.g.
Set the body as a bean with the given content type and additionally specifying
the type that will be used to serialise the content (e.g.
Set the body as a bean additionally specifying the type that will be
used to serialise the content (e.g.
Set the body as a bean with the given content type using a BodyWriter.
Set the body content as a string using the default content type.
Set the body content using http BodyPublisher.
Set the body content with supplied InputStream.
Set the body content with supplied InputStream.
Set the mapper used to transform
HttpException
into a different kind of exception.
Add the form parameters via a map.
HttpClientRequest.gzip(boolean gzip)
Set if body content should be gzip encoded.
Add the header to the request implicitly converting the value to a String.
Add the header to the request.
Add the headers to the request via Collection.
Add the headers to the request via map.
Add the header to the request but only if there is no existing value for the given header.
Set a label for the request.
Add a matrix parameter to the current path segment.
Add a matrix parameter to the current path segment.
HttpClientRequest.path(int val)
Add a path segment to the URL.
HttpClientRequest.path(long val)
Add a path segment to the URL.
Add a path segment to the URL.
Add a path segment to the URL.
Add a query parameter, if value is a collection then it's values are appended with the same key
Add a query parameter with multiple values
Add a multiple query parameters as name value map.
Set the request timeout to use for this request.
For this request skip using an Authorization token.
For this request suppress payload logging.
Set the URL to use replacing the base URL.