@@ -16,8 +16,8 @@ client suitable for the proxy server you use.
1616Supported invalidation methods
1717~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1818
19- Not all clients support all operations. This table provides an overview what
20- each proxy client supports :
19+ Not all clients support all :ref: ` invalidation methods < invalidation methods >`.
20+ This table provides of methods supported by each proxy client:
2121
2222============= ======= ======= =======
2323Client Purge Refresh Ban
3535-----
3636
3737Most proxy clients use the ``HttpDispatcher `` to send requests to the proxy
38- server. The ``HttpDispatcher `` is built on top of the Httplug _ abstraction to
38+ server. The ``HttpDispatcher `` is built on top of the HTTPlug _ abstraction to
3939be independent of specific HTTP client implementations.
4040
4141.. _HTTP client configuration :
@@ -69,10 +69,10 @@ used. If you specify a custom HTTP client, you need to configure the client to
6969convert HTTP error status into exceptions. This can either be done in a client
7070specific way or with the HTTPlug ``PluginClient `` and the ``ErrorPlugin ``.
7171If client and/or URI factory are not specified, the dispatcher uses
72- `Httplug discovery_ ` to find available implementations.
72+ `HTTPlug discovery `_ to find available implementations.
7373
74- Learn more about available HTTP clients `in the Httplug documentation `_. To
75- customize the behavior of the HTTP client, you can use `Httplug plugins `_.
74+ Learn more about available HTTP clients `in the HTTPlug documentation `_. To
75+ customize the behavior of the HTTP client, you can use `HTTPlug plugins `_.
7676
7777.. _varnish client :
7878
@@ -104,7 +104,7 @@ You can also pass some options to the Varnish client:
104104 merged with the built-in headers.
105105
106106Additionally, you can specify the request factory used to build the
107- invalidation HTTP requests. If not specified, auto discovery is used - which
107+ invalidation HTTP requests. If not specified, auto discovery is used – which
108108usually is fine.
109109
110110A full example could look like this::
@@ -175,7 +175,7 @@ The Multiplexer client allows multiple Proxy clients to be used during the stand
175175cache invalidation, thus enabling multiple caches to be handled at once.
176176It is useful when multiple caches exist in the environment and they need to be handled
177177at the same time; the Multiplexer proxy client will forward the cache invalidation calls
178- to all Proxy clients provided at creation time. ::
178+ to all proxy clients provided at creation time::
179179
180180 use FOS\HttpCache\ProxyClient\MultiplexerClient;
181181 use FOS\HttpCache\ProxyClient\Nginx;
@@ -215,8 +215,8 @@ requests to the proxy server. This is on purpose: this way, we can send
215215all requests together, reducing the performance impact of sending invalidation
216216requests.
217217
218- .. _ Httplug : http://httplug.io/
219- .. _ Httplug discovery : http://php-http.readthedocs.io/en/latest/discovery.html
220- .. _in the Httplug documentation : http://php-http.readthedocs.io/en/latest/clients.html
221- .. _ Httplug plugins : http://php-http.readthedocs.io/en/latest/plugins/index.html
218+ .. _ HTTPlug : http://httplug.io/
219+ .. _ HTTPlug discovery : http://php-http.readthedocs.io/en/latest/discovery.html
220+ .. _in the HTTPlug documentation : http://php-http.readthedocs.io/en/latest/clients.html
221+ .. _ HTTPlug plugins : http://php-http.readthedocs.io/en/latest/plugins/index.html
222222.. _message factory and URI factory : http://php-http.readthedocs.io/en/latest/message/message-factory.html
0 commit comments