mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 18:46:48 +03:00
Merge pull request #519
This commit is contained in:
@@ -1,16 +1,24 @@
|
||||
# EightPoints GuzzleBundle
|
||||
# A full list of configuration options can be found here:
|
||||
# https://github.com/8p/EightPointsGuzzleBundle/blob/master/src/Resources/doc/configuration-reference.md
|
||||
eight_points_guzzle:
|
||||
clients:
|
||||
my_client:
|
||||
# Write here the host where to do requests
|
||||
# base_url: "http://target.url"
|
||||
|
||||
# Request options: http://docs.guzzlephp.org/en/stable/request-options.html
|
||||
options:
|
||||
# timeout in seconds
|
||||
timeout: 30
|
||||
|
||||
# Configure headers.
|
||||
# More info: http://docs.guzzlephp.org/en/stable/request-options.html#headers
|
||||
# set to false to disable throwing exceptions on an HTTP protocol errors (4xx and 5xx responses)
|
||||
http_errors: true
|
||||
|
||||
# each key is the name of a header, and each value is a string or array of strings representing the
|
||||
# header field values.
|
||||
headers:
|
||||
User-Agent: "EightpointsGuzzleBundle/7.0"
|
||||
User-Agent: "EightPointsGuzzleBundle/v7"
|
||||
|
||||
# Find plugins here:
|
||||
# https://github.com/8p/EightPointsGuzzleBundle#known-and-supported-plugins
|
||||
|
||||
Reference in New Issue
Block a user