For `HttpUrl` in OkHttp, it seems like the docs sa...
# squarelibraries
c
For
HttpUrl
in OkHttp, it seems like the docs say that it should ignore trailing slash when comparing equality, yet that’s not what I’m seeing it actually do
“Why another URL model? … Equal URLs should be equal … Both the unnecessary port specification (:80) and the absent trailing slash (/) cause URI to bucket the two URLs separately. This harms URI’s usefulness in collections.”
Huh okay, looks like it ignores trailing slashes on hosts, but not on relative paths