File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ Configuration
9393 * :ref: `default_options <reference-http-client-default-options >`
9494
9595 * `bindto `_
96+ * `buffer `_
9697 * `cafile `_
9798 * `capath `_
9899 * `ciphers `_
@@ -118,6 +119,7 @@ Configuration
118119 * `auth_bearer `_
119120 * `base_uri `_
120121 * `bindto `_
122+ * `buffer `_
121123 * `cafile `_
122124 * `capath `_
123125 * `ciphers `_
@@ -781,6 +783,15 @@ bindto
781783A network interface name, IP address, a host name or a UNIX socket to use as the
782784outgoing network interface.
783785
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+
784795cafile
785796......
786797
You can’t perform that action at this time.
0 commit comments