aiohttp icon indicating copy to clipboard operation
aiohttp copied to clipboard

Dynamic non-frozen router

Open mgvs opened this issue 2 years ago • 0 comments

Is your feature request related to a problem?

Hi,

I'm using aiohttp-swagger3 for building of an api interface for the app. Unfortunately I'm not able to change router after application is started. I.e. del_route() not available, add_route() after not working tried also app.router._frozen = False/True. What problems can dynamic configuration cause? I've used such configurations in Tornado long ago and it works fine.

Describe the solution you'd like

Dynamic router

Describe alternatives you've considered

Dynamic router

Related component

Server

Additional context

No response

Code of Conduct

  • [X] I agree to follow the aio-libs Code of Conduct

mgvs avatar Jun 16 '22 12:06 mgvs