Constructor and Description |
---|
Response(byte[] body,
Map<String,String> headers,
int statusCode)
Represents an http response.
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getBody() |
Map<String,String> |
getHeaders() |
int |
getStatusCode() |
Copyright © 2020. All rights reserved.