aiorest icon indicating copy to clipboard operation
aiorest copied to clipboard

REST interface for server based on aiohttp (abandoned)

Results 8 aiorest issues
Sort by recently updated
recently updated
newest added

I have to pronounce that. We always assumed the library is _experimental_ and never promoted the library. For now the most important _aiorest_ parts are transplanted to _aiohttp_ itself --...

Maybe also use [constants of http.client module](https://docs.python.org/3.5/library/http.client.html#http.client.HTTPS_PORT) like: `RESTError('BAD_REQUEST')` or `RESTError(RESTError.BAD_REQUEST)`?

This is needed to allow javascript requests. see [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS)

It's unacceptable to feed payload of unlimited size

Session should have session factory and probably ABC. Implementations may be Redis, database, file, client-side etc.