File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -221,8 +221,8 @@ The order in which you specify the plugins **does** matter.
221
221
222
222
// services.yml
223
223
acme_plugin :
224
- class : Acme\Plugin\MyCustomPlugin
225
- arguments : ["%some_parameter%"]
224
+ class : Acme\Plugin\MyCustomPlugin
225
+ arguments : ["%some_parameter%"]
226
226
227
227
.. code-block :: yaml
228
228
@@ -239,15 +239,15 @@ The order in which you specify the plugins **does** matter.
239
239
- ' httplug.plugin.cache'
240
240
- ' httplug.plugin.retry'
241
241
- add_host :
242
- host : " http://localhost:8000"
242
+ host : " http://localhost:8000"
243
243
- header_defaults :
244
- headers :
245
- " X-FOO " : bar
244
+ headers :
245
+ " X-FOO " : bar
246
246
- authentication :
247
- acme_basic :
248
- type : ' basic'
249
- username : ' my_username'
250
- password : ' p4ssw0rd'
247
+ acme_basic :
248
+ type : ' basic'
249
+ username : ' my_username'
250
+ password : ' p4ssw0rd'
251
251
252
252
253
253
Authentication
You can’t perform that action at this time.
0 commit comments