Package | Description |
---|---|
io.vertx.httpproxy |
Modifier and Type | Method and Description |
---|---|
static Body |
Body.body(Buffer buffer)
Create a new
Body instance. |
static Body |
Body.body(ReadStream<Buffer> stream)
Create a new
Body instance. |
static Body |
Body.body(ReadStream<Buffer> stream,
long len)
Create a new
Body instance. |
Body |
ProxyRequest.getBody() |
Body |
ProxyResponse.getBody()
Get the body of the response.
|
Modifier and Type | Method and Description |
---|---|
ProxyRequest |
ProxyRequest.setBody(Body body)
Set the request body to be sent to the origin server.
|
ProxyResponse |
ProxyResponse.setBody(Body body)
Set the request body to be sent to the user agent.
|
Copyright © 2021 Eclipse. All rights reserved.