Builder
interface Builder
Builder for defining routes.
Functions
Link copied to clipboard
Add the specified RouterHandler to the routes.
Link copied to clipboard
Build the Router from the defined routes.
Link copied to clipboard
Define a route for DELETE requests with the specified path pattern.
Link copied to clipboard
Define a route for GET requests with the specified path pattern.
Link copied to clipboard
Define a route for POST requests with the specified path pattern.
Link copied to clipboard
Define a route for OPTIONS requests with the specified path pattern.
Link copied to clipboard
Define a route for PATCH requests with the specified path pattern.
Link copied to clipboard
Define a route for POST requests with the specified path pattern.
Link copied to clipboard
Define a route for PUT requests with the specified path pattern.