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
Casey Kulm
08/10/2018, 4:18 PM
“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.”
Casey Kulm
08/10/2018, 4:22 PM
Huh okay, looks like it ignores trailing slashes on hosts, but not on relative paths