Package | Description |
---|---|
io.vertx.reactivex.ext.web.client |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<WebClientSession> |
WebClientSession.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
WebClientSession |
WebClientSession.addHeader(String name,
String value)
Configure the client to add an HTTP header to every request.
|
static WebClientSession |
WebClientSession.create(WebClient webClient)
Create a session aware web client using the provided
webClient instance. |
static WebClientSession |
WebClientSession.newInstance(WebClientSession arg) |
WebClientSession |
WebClientSession.removeHeader(String name)
Removes a previously added header.
|
Copyright © 2021 Eclipse. All rights reserved.