Is there any way get the original uri for a reques...
# http4k
d
Is there any way get the original uri for a request after it has been depleted by routing? IE I fetch
<http://example.com/path/file>
via
"path" bind handler
. In the handler the uri is `path`but I want access to
/path/file