You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is such a feature in aiohttp called Variable Resources. It's possible to implement similar functionality inside a handler registered with a prefix. In my opinion Variable Resources is more suitable solution.
There is such a feature in aiohttp called Variable Resources. It's possible to implement similar functionality inside a handler registered with a prefix. In my opinion Variable Resources is more suitable solution.
So here is two examples with the same logic:
Handler With Prefix Path
Handler With Variable Resource
The text was updated successfully, but these errors were encountered: