fhir-py icon indicating copy to clipboard operation
fhir-py copied to clipboard

Allow urls to end in slash

Open BSVogler opened this issue 4 years ago • 1 comments

Prevents double slash in url.

Implements support for optional port in url #76

BSVogler avatar Oct 11 '21 17:10 BSVogler

@BSVogler I reviewed the issue and PR again. It seems the logic of adding the default port can be merged. But let's move it to a separate function and add behavior for HTTP (80 port) either. And finally, cover this function with unit tests to make sure that it works correctly for all options.

ruscoder avatar Oct 18 '21 19:10 ruscoder