public final class SimpleHttpResponse extends Object
| Constructor and Description |
|---|
SimpleHttpResponse(int statusCode,
MultiMap headers,
Buffer body) |
| Modifier and Type | Method and Description |
|---|---|
Buffer |
body() |
String |
getHeader(String header) |
MultiMap |
headers() |
boolean |
is(String contentType) |
JsonArray |
jsonArray() |
JsonObject |
jsonObject() |
int |
statusCode() |
Copyright © 2021. All rights reserved.