https://github.com/viant/toolbox/blob/master/service_router.go#L127
Should most likely change to use either http.Request.Path or http.Request.URL.String() or similar.
Use case is when parameter wants to read reserved character. It is not possible to pass # via URL due to special client handling.
https://github.com/viant/toolbox/blob/master/service_router.go#L127
Should most likely change to use either
http.Request.Pathorhttp.Request.URL.String()or similar.Use case is when parameter wants to read reserved character. It is not possible to pass
#via URL due to special client handling.