Skip to content

Commit 6496157

Browse files
committed
Change label to HTTP adapter configuration
1 parent cbe44ad commit 6496157

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

doc/includes/custom-headers.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
This allows you to pass headers that are different between purge requests.
22
If you want to add a header to all purge requests, such as ``Authorization``,
3-
use a :ref:`custom HTTP client <custom HTTP client>` instead.
3+
:ref:`HTTP adapter configuration <configure the HTTP adapter>` to use a
4+
custom HTTP client instead.

doc/proxy-clients.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ which caching solution you use.
1212
Setup
1313
-----
1414

15-
Install HTTP Adapter
16-
~~~~~~~~~~~~~~~~~~~~
15+
HTTP Adapter Installation
16+
~~~~~~~~~~~~~~~~~~~~~~~~~
1717

1818
Because the clients send invalidation requests over HTTP, an `HTTP adapter`_
1919
must be installed. Which one you need depends on the HTTP client library that
@@ -38,10 +38,10 @@ Alternatively:
3838
3939
$ composer require zendframework/zend-diactoros
4040
41-
.. _custom HTTP client:
41+
.. _HTTP adapter configuration:
4242

43-
Pass an HTTP Adapter Explicitly
44-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
43+
HTTP Adapter Configuration
44+
~~~~~~~~~~~~~~~~~~~~~~~~~~
4545

4646
By default, the proxy client will find the adapter that you have installed
4747
through Composer. But you can also pass the adapter explicitly. This is most

0 commit comments

Comments
 (0)