Allow mlp subpackage to use a custom HTTP client and address #4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This might come in handy for adding custom timeouts and flags (like bypass CA validation).
The custom URL is for similar reason, but also for using
httptest
to mock the set source and make the tests not require an internet connection....and also simulating network issues so we can get to that juicy 100% code cov.