mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
20 lines
480 B
YAML
20 lines
480 B
YAML
#httplug:
|
|
# plugins:
|
|
# logger:
|
|
# enabled: true
|
|
# redirect:
|
|
# preserve_header: true
|
|
#
|
|
# discovery:
|
|
# client: 'auto'
|
|
# async_client: false
|
|
#
|
|
# clients:
|
|
# default:
|
|
# factory: 'httplug.factory.curl'
|
|
# acme:
|
|
# factory: 'httplug.factory.curl'
|
|
# http_methods_client: true
|
|
# plugins:
|
|
# - 'httplug.plugin.logger'
|
|
# - 'httplug.plugin.redirect' |