Package io.micronaut.http
Interface HttpResponseProvider
-
public interface HttpResponseProvider
A contract to provide an http response.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpResponse<?>
getResponse()
-
-
-
Method Detail
-
getResponse
HttpResponse<?> getResponse()
- Returns:
- An http response
-
-