Skip to content

Commit 38ae0c7

Browse files
committed
Merge pull request #100 from Nyholm/style
Style on tables and adding buzz factory
2 parents 1b6ff9e + abacdb3 commit 38ae0c7

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

integrations/symfony-bundle.rst

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ You can configure your clients with default options. These default values will b
104104
The bundle has client factory services that you can use to build your client. If you need a very custom made client you could create your own factory service implementing ``Http\HttplugBudle\ClientFactory\ClientFactory``. The built-in services are:
105105

106106
* ``httplug.factory.curl``
107+
* ``httplug.factory.buzz``
107108
* ``httplug.factory.guzzle5``
108109
* ``httplug.factory.guzzle6``
109110
* ``httplug.factory.react``
@@ -170,21 +171,21 @@ List of Services
170171
+-------------------------------------+-------------------------------------------------------------------------+
171172
| ``httplug.client.[name]`` | There is one service per named client. |
172173
+-------------------------------------+-------------------------------------------------------------------------+
173-
| ``httplug.client`` | If there is a client named "default", this service is an alias to |
174-
| | that client, otherwise it is an alias to the first client configured. |
174+
| ``httplug.client`` | | If there is a client named "default", this service is an alias to |
175+
| | | that client, otherwise it is an alias to the first client configured. |
175176
+-------------------------------------+-------------------------------------------------------------------------+
176-
| ``httplug.plugin.content_length`` | These are plugins that are enabled by default. |
177-
| ``httplug.plugin.decoder`` | These services are private and should only be used to configure |
178-
| ``httplug.plugin.error`` | clients or other services. |
179-
| ``httplug.plugin.logger`` | |
180-
| ``httplug.plugin.redirect`` | |
181-
| ``httplug.plugin.retry`` | |
182-
| ``httplug.plugin.stopwatch`` | |
177+
| | ``httplug.plugin.content_length`` | | These are plugins that are enabled by default. |
178+
| | ``httplug.plugin.decoder`` | | These services are private and should only be used to configure |
179+
| | ``httplug.plugin.error`` | | clients or other services. |
180+
| | ``httplug.plugin.logger`` | |
181+
| | ``httplug.plugin.redirect`` | |
182+
| | ``httplug.plugin.retry`` | |
183+
| | ``httplug.plugin.stopwatch`` | |
183184
+-------------------------------------+-------------------------------------------------------------------------+
184-
| ``httplug.plugin.cache`` | These are plugins that are disabled by default and only get |
185-
| ``httplug.plugin.cookie`` | activated when configured. |
186-
| ``httplug.plugin.history`` | These services are private and should only be used to configure |
187-
| | clients or other services. |
185+
| | ``httplug.plugin.cache`` | | These are plugins that are disabled by default and only get |
186+
| | ``httplug.plugin.cookie`` | | activated when configured. |
187+
| | ``httplug.plugin.history`` | | These services are private and should only be used to configure |
188+
| | | clients or other services. |
188189
+-------------------------------------+-------------------------------------------------------------------------+
189190

190191
\* *These services are always an alias to another service. You can specify your own service or leave the default, which is the same name with `.default` appended.*

0 commit comments

Comments
 (0)