public interface Response
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
String body of the http response.
|
HttpHeaders |
getHeaders()
Headers of the http response.
|
InputStream |
getRawBody()
Raw body of the http response.
|
String |
getRawBodyString()
String representation for raw body of the http response.
|
int |
getStatusCode()
HTTP Status code of the http response.
|
int getStatusCode()
HttpHeaders getHeaders()
InputStream getRawBody()
String getRawBodyString()
String getBody()
Copyright © 2023. All rights reserved.