|
| class | ExtraRoutesModule |
| | A Module that is based on flat route definitions in the form originally introduced in MW 1.35. More...
|
| |
| class | MatcherBasedModule |
| | MatcherBasedModules respond to requests by matching the requested path against a list of known routes to identify the appropriate handler. More...
|
| |
| class | Module |
| | A REST module represents a collection of endpoints. More...
|
| |
| class | ModuleManager |
| | Manages information related to REST modules, such as routes and specs. More...
|
| |
| class | SpecBasedModule |
| | A Module that is based on a module definition file similar to an OpenAPI spec. More...
|
| |