File tree 1 file changed +11
-0
lines changed
1 file changed +11
-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 `_
@@ -781,6 +783,15 @@ bindto
781
783
A network interface name, IP address, a host name or a UNIX socket to use as the
782
784
outgoing network interface.
783
785
786
+ buffer
787
+ ......
788
+
789
+ **type **: ``bool `` **default **: ``false ``
790
+
791
+ Buffering the response means that you can access its content multiple times
792
+ without performing the request again. Pass ``true `` as the value of this option
793
+ to enable buffering.
794
+
784
795
cafile
785
796
......
786
797
You can’t perform that action at this time.
0 commit comments