Files
symfony-flex-recipes/php-http/httplug-bundle/1.6/config/packages/httplug.yaml
T
2017-11-22 08:36:28 +01:00

15 lines
293 B
YAML

httplug:
plugins:
redirect:
preserve_header: true
discovery:
client: 'auto'
clients:
app:
http_methods_client: true
plugins:
- 'httplug.plugin.content_length'
- 'httplug.plugin.redirect'