Closed ashwinbhaskar closed 3 years ago
val baseUri = uri"http://fake-api.foo.io/v1" val strPath = "/qwerty/azerty/doe" baseUri.addPath(uri"$strPath".path) res7: sttp.model.Uri = http://fake-api.foo.io/v1//qwerty/azerty/doe -- there is a double slash after v1
Thanks for the report!