I'm working on a branch ([`http_async`](https://github.com/tcalmant/ipopo/tree/http_async)) to add an implementation of the HTTP service based on [`aiohttp`](https://docs.aiohttp.org/). The objectives is to provide the following features - [x] Maintain compatibility with the synchronous API - [x] Ensure that the synchronous servlets behave similarly as with `pelix.http.basic` - [x] Ensure that the routing utility works the same - [x] Add support for an asynchronous request/response mode - [x] Add support for long queries (Server-Sent Events) - [x] Add tests - [x] Add support for WebSocket "servlets" - [x] Add tests - [x] Add tests for basic async handler feature (same as sync) - [x] Add documentation This feature is required for future projects.
I'm working on a branch (
http_async) to add an implementation of the HTTP service based onaiohttp.The objectives is to provide the following features
pelix.http.basicThis feature is required for future projects.