Package | Description |
---|---|
io.vertx.httpproxy | |
io.vertx.rxjava3.httpproxy |
Modifier and Type | Method and Description |
---|---|
ProxyRequest |
ProxyRequest.putHeader(CharSequence name,
CharSequence value)
Put an HTTP header
|
ProxyRequest |
ProxyRequest.release()
Release the proxy request and its associated resources
|
ProxyRequest |
ProxyContext.request() |
ProxyRequest |
ProxyResponse.request()
Return the corresponding
ProxyRequest . |
static ProxyRequest |
ProxyRequest.reverseProxy(HttpServerRequest proxiedRequest)
Create a new
ProxyRequest instance, the proxied request will be paused. |
ProxyRequest |
ProxyRequest.setAuthority(String authority)
Set the request authority
for HTTP/1 the Host header
for HTTP/2 the :authority pseudo header
The value must follow the <host>:<port> syntax.
|
ProxyRequest |
ProxyRequest.setBody(Body body)
Set the request body to be sent to the origin server.
|
ProxyRequest |
ProxyRequest.setMethod(HttpMethod method)
Set the HTTP method to be sent to the origin server.
|
ProxyRequest |
ProxyRequest.setURI(String uri)
Set the request URI to be sent to the origin server.
|
Modifier and Type | Method and Description |
---|---|
ProxyRequest |
ProxyRequest.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static ProxyRequest |
ProxyRequest.newInstance(ProxyRequest arg) |
Constructor and Description |
---|
ProxyRequest(ProxyRequest delegate) |
Copyright © 2023 Eclipse. All rights reserved.