Skip to content

Abstract RestService, RestRequest and RestHandler #209

@vladyslav-fenchak

Description

@vladyslav-fenchak

Currently the flow is:

  1. RestService is in charge of start the REST service interface si
  2. it calls RestHandler which sets up the routes and everything necessary to handle and redirect the request/response.
  3. RestRequest which is responsible of parsing the request.

This would require:

  • Decouple aiohttp REST from request/response wrapper.
  • Create common aiohttp wrapper.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions