Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(http client): use HTTP connector on http URLs (#1187)
The HTTP connector is much faster than the HTTPs connector so if the URL is a `http:://<....>` let's us it. This can be enforced by disabling the TLS feature but as it's part of the default features, it worth having.
- Loading branch information