Closed mbarnach closed 2 years ago
Useful for testing, like running a server locally on a different port, without HTTPS enable. By default, it keeps the same behaviour.
The port is optional to not set it all the time, like api.github.com:443 instead of api.github.com.
api.github.com:443
api.github.com
Thanks!
P.S. This initializer is going to grow quickly. It probably needs a Configuration type.
Configuration
Useful for testing, like running a server locally on a different port, without HTTPS enable. By default, it keeps the same behaviour.
The port is optional to not set it all the time, like
api.github.com:443
instead ofapi.github.com
.