When a URL is created a trailing slash will be appended even if one is not required by the spec. e.g. A delete push. The culprit code is [here](https://github.com/anthonator/dirigible/blob/829b265ae4e54e3d4b284900b2a51a707afb6105/lib/dirigible/request.rb#L28). Any suggestions on the preferred way to fix this?