HTTP Client Services¶
The services defined by the http_client
application are listed below, and will vary depending on settings.
When cache is enabled¶
When the cache is enabled, the following services are available:
http_client:
cache:
enabled: true
Final class for a service collection. Iterate on it to get a flattened (one level) and merged (services with same name that allows overrides are merged together) list of services.
When cache is disabled¶
When the cache is disabled, the following services are available:
http_client:
cache:
enabled: false
Final class for a service collection. Iterate on it to get a flattened (one level) and merged (services with same name that allows overrides are merged together) list of services.