| Class | Description |
|---|---|
| BaseController |
Support for HTTP controller.
|
| BaseRouter<Controller extends BaseController> |
Generates urls and route requests to proper handlers.
|
| Request |
Possibly would be replaced by original request, currently original request is hard to use because parsed `path` and
`params` not available on it, it also hides some other imlementation details that wont be needed after the
refactoring.
|
| Response |
Probably would be removed after the refactoring, currently needed to hide some implementation details.
|
Copyright © 2019 Atlassian. All rights reserved.