squeaky-pl / japronto

Screaming-fast Python 3.5+ HTTP toolkit integrated with pipelining HTTP server based on uvloop and picohttpparser.
MIT License
8.62k stars 580 forks source link

dynamic routes #157

Open Negashev opened 5 years ago

Negashev commented 5 years ago

Hello, how i can make routes like

app.router.add_route('/{route_1}/*',dynamic)

to make queries: /my_rote/test /my_rote/test/test /my_rote/test/test/test.....

squeaky-pl commented 5 years ago

This is unsupported.