Just a couple small items to cleanup: - use `url.joinPath` to ensure trailing slash (as opposed to formatting or conditional append) - move content-type header to be set in `DoSigned` if there is a body (rather than explicitly adding in each method)
Just a couple small items to cleanup:
url.joinPathto ensure trailing slash (as opposed to formatting or conditional append)DoSignedif there is a body (rather than explicitly adding in each method)