public class Response extends Object
| Constructor and Description |
|---|
Response(Map<String,String> headers,
String body)
Constructs a new response.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getBody()
Returns the body.
|
Map<String,String> |
getHeaders()
Returns the header map.
|
Copyright © 2016 MuK Projects. All rights reserved.