Skip to content

Commit 746568d

Browse files
authored
Merge pull request symfony#19 from Nyholm/httplug
2 parents 5b20138 + c718f16 commit 746568d

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
plugins:
15+
- 'httplug.plugin.logger'
16+
- 'httplug.plugin.redirect'
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"bundles": {
3+
"Http\\HttplugBundle\\HttplugBundle": ["all"]
4+
},
5+
"copy-from-recipe": {
6+
"etc/": "%ETC_DIR%/"
7+
}
8+
}

0 commit comments

Comments
 (0)