Uses of Interface
io.nitric.http.HttpHandler
-
Packages that use HttpHandler Package Description io.nitric.http Provides the HTTP Server (FaaS) classes. -
-
Uses of HttpHandler in io.nitric.http
Methods in io.nitric.http with parameters of type HttpHandler Modifier and Type Method Description HttpServer
HttpServer. register(String path, HttpHandler function)
Register the function for the given path.HttpServer
HttpServer. start(HttpHandler function)
Start the Http server with the given function configured for the path "/".
-