Skip to content

Commit

Permalink
Merge pull request #138 from FriendsOfSymfony/custom-guzzle-docs
Browse files Browse the repository at this point in the history
Remove custom Guzzle client docs from feature
  • Loading branch information
ddeboer committed Aug 14, 2014
2 parents c74af2e + 5b23a4b commit 182c05d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
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/

0 comments on commit 182c05d

Please sign in to comment.