Nyholm / psr7

A super lightweight PSR-7 implementation
MIT License
1.15k stars 75 forks source link

Uri: normalization leading slashes for getPath() #211

Closed vanodevium closed 1 year ago

vanodevium commented 1 year ago

210

According to the integration tests, added normalization for multiple leading slashes in the path.

This normalization already works for __toString(), but not works for getPath()