Closed
Description
Httplug interfaces does not provide a way to configure client behaviour such as timeouts, SSL settings or other parameters that cannot be set in the RequestInterface.
For example. In dev environments we want our HTTP client to ignore SSL errors. But we can do this only when instantiating particular implementation. It has two disadvantages:
- we can't use HttpClientDiscovery;
- code, where the client is introduced through the interface, can't change these settings.
Metadata
Metadata
Assignees
Labels
No labels