@API(status=STABLE)
public interface HttpMessage
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBody() |
default String |
getBodyAsString() |
Charset |
getCharset() |
String |
getContentType() |
HttpHeaders |
getHeaders() |
Origin |
getOrigin() |
String |
getProtocolVersion() |
String getProtocolVersion()
Origin getOrigin()
HttpHeaders getHeaders()
Charset getCharset()
byte[] getBody()
throws IOException
IOExceptiondefault String getBodyAsString() throws IOException
IOExceptionCopyright © 2015–2021 Zalando SE. All rights reserved.