Files
symfony-flex-recipes-contrib/csa/guzzle-bundle/3.0/config/packages/csa_guzzle.yaml
T

11 lines
486 B
YAML

# Full configuration reference: https://github.com/csarrazi/CsaGuzzleBundle/blob/2.x/src/Resources/doc/configuration_reference.md#configuration-reference
# Available client config options: http://docs.guzzlephp.org/en/latest/quickstart.html#creating-a-client
# and http://docs.guzzlephp.org/en/latest/request-options.html
csa_guzzle:
profiler: '%kernel.debug%'
clients:
default: ~
# my_client:
# config:
# base_uri: 'http://example.com'