public interface Handler
Functional interface to allow for lambda notation when creating routes.
Type Params | Return Type | Name and description |
---|---|---|
|
public void |
handle(HttpServerRequest request, HttpServerResponse response) |