lunatic-solutions/submillisecond

Remove `Route` from extensions and use extractor from request uri

tqwewe opened this issue · 0 comments

With PR #27 being merged soon, we no longer need to inject the route as an extension to the request. And we can modify the FromRequest implementation to just extract it from the request uri.