endpoints icon indicating copy to clipboard operation
endpoints copied to clipboard

Request.path should normalize the path

Open Jaymon opened this issue 4 years ago • 0 comments

If you requested /foo/bar/che/ then path should contain /foo/bar/che without the trailing /, this would make it easy to use the path in things like request.path.endswith("che") without complicated logic

Jaymon avatar Dec 10 '19 20:12 Jaymon