We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b20138 + c718f16 commit 746568dCopy full SHA for 746568d
php-http/httplug-bundle/1.6/etc/packages/httplug.yaml
@@ -0,0 +1,16 @@
1
+httplug:
2
+ plugins:
3
+ logger:
4
+ enabled: '%kernel.debug%' # Set to true if you want enable logging in production
5
+ redirect:
6
+ preserve_header: true
7
+
8
+ discovery:
9
+ client: 'auto'
10
11
+ clients:
12
+ app:
13
+ http_methods_client: true
14
15
+ - 'httplug.plugin.logger'
16
+ - 'httplug.plugin.redirect'
php-http/httplug-bundle/1.6/manifest.json
@@ -0,0 +1,8 @@
+{
+ "bundles": {
+ "Http\\HttplugBundle\\HttplugBundle": ["all"]
+ },
+ "copy-from-recipe": {
+ "etc/": "%ETC_DIR%/"
+ }
+}
0 commit comments