Files
symfony-flex-recipes-contrib/eightpoints.guzzle-bundle.7.0.json
T
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

51 lines
2.4 KiB
JSON

{
"manifests": {
"eightpoints/guzzle-bundle": {
"manifest": {
"bundles": {
"EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/eight_points_guzzle.yaml": {
"contents": [
"# 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",
"",
" # 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/v7\"",
"",
" # Find plugins here:",
" # https://github.com/8p/EightPointsGuzzleBundle#known-and-supported-plugins",
" plugin: null",
""
],
"executable": false
}
},
"ref": "7babb21a3928e44e485391907e3abc346804e0d2"
}
}
}