Abstract `RestService`, `RestRequest` and `RestHandler`
vladyslav-fenchak opened this issue · 0 comments
vladyslav-fenchak commented
Currently the flow is:
RestServiceis in charge of start the REST service interface si- it calls
RestHandlerwhich sets up the routes and everything necessary to handle and redirect the request/response. RestRequestwhich is responsible of parsing the request.
This would require:
- Decouple aiohttp REST from request/response wrapper.
- Create common aiohttp wrapper.