make new resources classes public#767
Conversation
These classes are documented as members of aiohttp.web, but they aren't because they are not exported in __all__: AbstractResource, ResourceAdapter, AbstractRoute, ResourceRoute
Dependent aiohttp changes are here: <aio-libs/aiohttp#767>.
|
I just curious what do you want to do with these public names? Perform |
I haven't thought about support of Resources in aiohttp_cors in details, but I believe in addition to: where So I need to check is passed object is resource or route. Currently later approach is not supported, but |
|
Sounds good |
make new resources classes public
Dependent aiohttp changes are here: <aio-libs/aiohttp#767>.
These classes are documented as members of aiohttp.web, but they aren't because they are not exported in
__all__:AbstractResource,ResourceAdapter,AbstractRoute,ResourceRoute.