This repository was archived by the owner on May 29, 2019. It is now read-only.

Description
- Сreate Request Processor Interface
- inject pool of Request Processors to REST \Magento\Webapi\Controller\Rest::dispatch
- implement Async Request Processors Processor matcher which will handle async requests
- implement simple async Request processor interface (in a new module) which responds with 202 Accepted and hardcoded message
- write api-functional tests