https://kotlinlang.org logo
#http4k
Title
d

dmcg

08/14/2018, 3:04 PM
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