Skip to content

aiorest is dead

Latest
Compare
Choose a tag to compare
@asvetlov asvetlov released this 18 Jan 20:54
· 1 commit to master since this release

Sorry, we have stopped aiorest development.

The project always was in experimental status: we have tried to make the proof
of concept for aiohttp high level server.

Now the work is done, the most important parts transplanted to
aiohttp.web: Request and Response.

Some aiorest features are not supported by aiohttp.web yet:
sessions, CORS and security.

We are working hard on the issue by making aiohttp extension
libraries for those ones.

We will keep aiorest work on top of aiohttp new versions for a
while.

Please report about incompatibility bugs to aiorest github
issue tracker
-- we'll fix those.