Skip to content

Changed the width of the toolbar image #97

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 2, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions integrations/symfony-bundle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Web Debug Toolbar
`````````````````
.. image:: /assets/img/debug-toolbar.png
:align: right
:width: 120px
:width: 260px

When using a client configured with ``HttplugBundle``, you will get debug information in the web debug toolbar. It will tell you how many request were made and how many of those that were successful or not. It will also show you detailed information about each request.

Expand Down Expand Up @@ -170,21 +170,21 @@ List of Services
+-------------------------------------+-------------------------------------------------------------------------+
| ``httplug.client.[name]`` | There is one service per named client. |
+-------------------------------------+-------------------------------------------------------------------------+
| ``httplug.client`` | | If there is a client named "default", this service is an alias to |
| | | that client, otherwise it is an alias to the first client configured. |
| ``httplug.client`` | If there is a client named "default", this service is an alias to |
| | that client, otherwise it is an alias to the first client configured. |
+-------------------------------------+-------------------------------------------------------------------------+
| | ``httplug.plugin.content_length`` | | These are plugins that are enabled by default. |
| | ``httplug.plugin.decoder`` | | These services are private and should only be used to configure |
| | ``httplug.plugin.error`` | | clients or other services. |
| | ``httplug.plugin.logger`` | |
| | ``httplug.plugin.redirect`` | |
| | ``httplug.plugin.retry`` | |
| | ``httplug.plugin.stopwatch`` | |
| ``httplug.plugin.content_length`` | These are plugins that are enabled by default. |
| ``httplug.plugin.decoder`` | These services are private and should only be used to configure |
| ``httplug.plugin.error`` | clients or other services. |
| ``httplug.plugin.logger`` | |
| ``httplug.plugin.redirect`` | |
| ``httplug.plugin.retry`` | |
| ``httplug.plugin.stopwatch`` | |
+-------------------------------------+-------------------------------------------------------------------------+
| | ``httplug.plugin.cache`` | | These are plugins that are disabled by default and only get |
| | ``httplug.plugin.cookie`` | | activated when configured. |
| | ``httplug.plugin.history`` | | These services are private and should only be used to configure |
| | | clients or other services. |
| ``httplug.plugin.cache`` | These are plugins that are disabled by default and only get |
| ``httplug.plugin.cookie`` | activated when configured. |
| ``httplug.plugin.history`` | These services are private and should only be used to configure |
| | clients or other services. |
+-------------------------------------+-------------------------------------------------------------------------+

\* *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.*
Expand Down