public interface HttpHandler
Modifier and Type | Method and Description |
---|---|
<any> |
handle(ServerHttpRequest request,
ServerHttpResponse response)
Handle the given request and generate a response.
|
<any> handle(ServerHttpRequest request, ServerHttpResponse response)
request
- current HTTP requestresponse
- current HTTP responseMono<Void>
to indicate when request handling is complete