public final class HttpResponse extends Object
| Constructor and Description |
|---|
HttpResponse(int status,
String body,
Map<String,List<String>> headers) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBody() |
String |
getHeaderFirstValue(String key) |
List<String> |
getHeaderValues(String key) |
int |
getStatus() |
boolean |
hasHeader(String key) |
boolean |
isErrorResponse() |
String |
toString() |
Copyright © 2022. All rights reserved.