File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ Configuration
93
93
* :ref: `default_options <reference-http-client-default-options >`
94
94
95
95
* `bindto `_
96
+ * `buffer `_
96
97
* `cafile `_
97
98
* `capath `_
98
99
* `ciphers `_
@@ -118,6 +119,7 @@ Configuration
118
119
* `auth_bearer `_
119
120
* `base_uri `_
120
121
* `bindto `_
122
+ * `buffer `_
121
123
* `cafile `_
122
124
* `capath `_
123
125
* `ciphers `_
@@ -779,6 +781,16 @@ bindto
779
781
A network interface name, IP address, a host name or a UNIX socket to use as the
780
782
outgoing network interface.
781
783
784
+ buffer
785
+ ......
786
+
787
+ **type **: ``bool `` | ``string ``
788
+
789
+ Option that allows to buffer the content of the response and access it multiple times without performing the request again.
790
+ If boolean value given, request will be buffered or not according to the boolean value. If a string is given, this should
791
+ be a regex matching the response content-types that
792
+ should be buffered
793
+
782
794
cafile
783
795
......
784
796
You can’t perform that action at this time.
0 commit comments