Interface HttpServerRoutes

All Superinterfaces:
BiFunction<HttpServerRequest,HttpServerResponse,Publisher<Void>>

public interface HttpServerRoutes extends BiFunction<HttpServerRequest,HttpServerResponse,Publisher<Void>>
Server routes are unique and only the first matching in order of declaration will be invoked.
Author:
Stephane Maldini