Route
Describes a node in a routing tree.
Parameters
is a parent node in the tree, or null for root node.
is an instance of RouteSelector for this node.
is flag to switch report level for stack traces.
Constructors
Describes a node in a routing tree.
Functions
Creates a child node in this node with a given selector or returns an existing one with the same selector
Installs a handler into this route which will be called when the route is selected for a call
Properties
Inheritors
Extensions
Builds a route to match requests with HttpHeaders.Accept header matching specified contentType
Gets an Application for this Route by scanning the hierarchy to the root
Builds a route to match requests with HttpHeaders.ContentType header matching specified contentType
Create a routing entry for specified path
Specifies resource as a default resources to serve when folder is requested
Builds a route to match DELETE
requests with specified path
Builds a route to match DELETE
requests
Builds a route to match GET
requests with specified path
Builds a route to match GET
requests
Builds a route to match HEAD
requests with specified path
Builds a route to match HEAD
requests
Create a route to match request host and port. There are no any host resolutions/transformations applied to a host: a request host is treated as a string.
Builds a route to match OPTIONS
requests with specified path
Builds a route to match OPTIONS
requests
Builds a route to match PATCH
requests with specified path
Builds a route to match PATCH
requests
Builds a route to match PATCH
requests receiving request body content of type R
Builds a route to match POST
requests with specified path
Builds a route to match POST
requests receiving request body content of type R
Builds a route to match POST
requests
Support pre-compressed files in the file system only (not just any classpath resource)
Builds a route to match PUT
requests with specified path
Builds a route to match PUT
requests
Builds a route to match PUT
requests with receiving request body content of type R
Sets up routing to serve resource as remotePath in resourcePackage
Sets up routing to serve all resources in resourcePackage
Base package for relative resources calculations for static content
Base folder for relative files calculations for static content