File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
1
This allows you to pass headers that are different between purge requests.
2
2
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.
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ which caching solution you use.
12
12
Setup
13
13
-----
14
14
15
- Install HTTP Adapter
16
- ~~~~~~~~~~~~~~~~~~~~
15
+ HTTP Adapter Installation
16
+ ~~~~~~~~~~~~~~~~~~~~~~~~~
17
17
18
18
Because the clients send invalidation requests over HTTP, an `HTTP adapter `_
19
19
must be installed. Which one you need depends on the HTTP client library that
@@ -38,10 +38,10 @@ Alternatively:
38
38
39
39
$ composer require zendframework/zend-diactoros
40
40
41
- .. _ custom HTTP client :
41
+ .. _ HTTP adapter configuration :
42
42
43
- Pass an HTTP Adapter Explicitly
44
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
43
+ HTTP Adapter Configuration
44
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~
45
45
46
46
By default, the proxy client will find the adapter that you have installed
47
47
through Composer. But you can also pass the adapter explicitly. This is most
You can’t perform that action at this time.
0 commit comments