Files
symfony-flex-recipes-contrib/php-http/httplug-bundle/1.6/config/packages/httplug.yaml
T

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'