squeaky-pl / japronto

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

Can I handle any url or any subpath? #84

Open arturgspb opened 7 years ago

arturgspb commented 7 years ago

Hi, I need handle all urls in one handler or can use in patterns. Example: app.router.add_route('/{service}/{version}/', proxy_handle)

Can I do this and how?

laviua commented 5 years ago

looks like no, wildcards are not working