public interface HttpResponseHead
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Method and Description |
---|---|
List<String> |
cookies() |
HttpResponseHead |
getDelegate() |
String |
getHeader(String headerName)
Return the first header value with the specified name
|
MultiMap |
headers() |
static HttpResponseHead |
newInstance(HttpResponseHead arg) |
int |
statusCode() |
String |
statusMessage() |
HttpVersion |
version() |
HttpResponseHead getDelegate()
HttpVersion version()
int statusCode()
String statusMessage()
MultiMap headers()
String getHeader(String headerName)
headerName
- the header namestatic HttpResponseHead newInstance(HttpResponseHead arg)
Copyright © 2024 Eclipse. All rights reserved.