- patch(String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server at the default host and port.
- patch(int, String, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server at the specified host and port.
- patch(String, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server at the specified host and default port.
- patchAbs(String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PATCH request to send to the server using an absolute URI, specifying a response handler to receive
the response
- port(int) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Configure the request to use a new port value
.
- post(String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server at the default host and port.
- post(int, String, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server at the specified host and port.
- post(String, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server at the specified host and default port.
- postAbs(String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP POST request to send to the server using an absolute URI, specifying a response handler to receive
the response
- put(String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server at the default host and port.
- put(int, String, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server at the specified host and port.
- put(String, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server at the specified host and default port.
- putAbs(String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP PUT request to send to the server using an absolute URI, specifying a response handler to receive
the response
- putHeader(String, String) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Configure the request to add a new HTTP header.