Closed yschimke closed 2 years ago
Resolve is not necessarily additive, though. This is surprising: "http://foo.com/bar".toHttpUrl() + "/baz"
.
Yeah, also the way this interacts with queries could be surprising. I think the most tempting options are []
accessors for path segments or query parameters, and I think that’s also a tough sell cause it's not necessary obvious which applies where.
Makes sense, thought it worth asking.
Inspired by Okio Path