Merge pull request #257

This commit is contained in:
symfony-flex-server[bot]
2017-11-22 09:40:15 +00:00
committed by GitHub
3 changed files with 25 additions and 0 deletions
@@ -0,0 +1,14 @@
httplug:
plugins:
redirect:
preserve_header: true
discovery:
client: 'auto'
clients:
app:
http_methods_client: true
plugins:
- 'httplug.plugin.content_length'
- 'httplug.plugin.redirect'
@@ -0,0 +1,8 @@
{
"bundles": {
"Http\\HttplugBundle\\HttplugBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
+3
View File
@@ -0,0 +1,3 @@
{
"aliases": ["http", "http-client", "httplug"]
}