Closed JonathanMontane closed 8 years ago
If the basePath is /, it is not properly trimmed, given results such as https://api.github.com//feeds instead of https://api.github.com/feeds
/
https://api.github.com//feeds
https://api.github.com/feeds
Fixed in PR #80
If the basePath is
/
, it is not properly trimmed, given results such ashttps://api.github.com//feeds
instead ofhttps://api.github.com/feeds