mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-17 10:06:31 +03:00
18 lines
565 B
YAML
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: ~
|