Files
symfony-flex-recipes-contrib/eightpoints/guzzle-bundle/7.0/config/packages/eight_points_guzzle.yaml
T

18 lines
565 B
YAML

eight_points_guzzle:
clients:
my_client:
# Write here the host where to do requests
# base_url: "http://target.url"
options:
timeout: 30
# Configure headers.
# More info: http://docs.guzzlephp.org/en/stable/request-options.html#headers
headers:
User-Agent: "EightpointsGuzzleBundle/7.0"
# Find plugins here:
# https://github.com/8p/EightPointsGuzzleBundle#known-and-supported-plugins
plugin: ~