Most routes will be generated from files within the pod. Some routes (e.g.
routes created dynamically such as from a database query or from explicit
parameters) may not be generated from files within the pod, and therefore
would be undefined – they would not have a corresponding podPath
.
Generated using TypeDoc
Returns the content type header for the route, based on the route's URL path. Routes that terminate in
/
or have no extension are assumed to be HTML. All other routes are automatically determined using themime-types
module.