public interface HttpRequest extends HttpHeaders
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HttpRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
bodyString()
Return the body as a string, but only if one of the String valued
HttpRequest.Builder methods were used
otherwise null |
static String |
formURLEncode(String value) |
UUID |
id()
The unique id for this HTTP request, used for logging and debugging
|
String |
method() |
URI |
uri() |
header, headers, headersUUID id()
URI uri()
String method()
String bodyString()
HttpRequest.Builder methods were used
otherwise nullCopyright © 2015–2024 Red Hat. All rights reserved.