Skip to content

Remove custom Guzzle client docs from feature #138

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
Aug 14, 2014
Merged
Show file tree
Hide file tree
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
7 changes: 0 additions & 7 deletions Resources/doc/features/invalidation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ To refresh paths and routes, you can use ``refreshPath($path)`` and
``refreshRoute($route, $params)`` in a similar manner. See
:doc:`/reference/cache-manager` for more information.


By default, the proxy clients instantiate a `Guzzle client`_ to communicate
with the caching proxy. If you need to customize the requests, for example to
send a basic authentication header, you can inject a custom Guzzle client::
See the
:doc:`/reference/configuration/proxy-client#custom-guzzle-client` configuration reference.

.. _invalidation configuration:

Configuration
Expand Down
4 changes: 2 additions & 2 deletions Resources/doc/reference/configuration/proxy-client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The cache manager however will only use the default client.
Custom Guzzle Client
--------------------

By default, the proxy client instantiates a Guzzle_ object to talk with the
By default, the proxy client instantiates a `Guzzle client`_ to talk with the
caching proxy. If you need to customize the requests, for example to send a
basic authentication header, you can configure a service and specify that in
the ``guzzle_client`` option. A sample service definition for using basic
Expand All @@ -119,4 +119,4 @@ You need to configure your caching proxy (Varnish or Nginx) to work with this
bundle. Please refer to the :ref:`FOSHttpCache library’s documentation <foshttpcache:proxy-configuration>`
for more information.

.. _Guzzle: http://guzzle3.readthedocs.org/
.. _Guzzle client: http://guzzle3.readthedocs.org/