tower-rs / tower-http

HTTP specific Tower utilities.
702 stars 165 forks source link

Fix path normalization for preceding slashes #359

Closed jhoolmans closed 1 year ago

jhoolmans commented 1 year ago

I expanded on the previous normalization and prefix a slash after trimming them from both ends.

fixes #358