public final class HttpRequest extends Object
Modifier and Type | Class | Description |
---|---|---|
static class |
HttpRequest.Builder |
|
static class |
HttpRequest.Config |
Modifier and Type | Method | Description |
---|---|---|
static HttpRequest.Builder |
on(URI serverUri) |
|
Map<String,Path> |
pathParameters() |
|
URI |
serverUri() |
|
Map<String,String> |
stringParameters() |
|
String |
toString() |
Copyright © 2019 Eclipse Foundation. All rights reserved.