Files
symfony-flex-recipes-contrib/php-http/httplug-bundle/1.6/etc/packages/httplug.yaml
T
2017-05-23 13:00:38 +02:00

17 lines
394 B
YAML

httplug:
plugins:
logger:
enabled: '%kernel.debug%' # Set to true if you want enable logging in production
redirect:
preserve_header: true
discovery:
client: 'auto'
clients:
app:
http_methods_client: true
plugins:
- 'httplug.plugin.logger'
- 'httplug.plugin.redirect'