Package io.vertx.core.spi.observability
Interface HttpResponse
-
public interface HttpResponse
An HTTP response.- Author:
- Julien Viet
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MultiMap
headers()
int
statusCode()
-
-
-
Method Detail
-
statusCode
int statusCode()
- Returns:
- the status code
-
headers
MultiMap headers()
- Returns:
- the response headers
-
-