Skip to content

Commit c82e6b8

Browse files
committed
[HttpClient] Add the buffer option to 4.3 too
1 parent c614df7 commit c82e6b8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

reference/configuration/framework.rst

+11
Original file line numberDiff line numberDiff 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
781783
A network interface name, IP address, a host name or a UNIX socket to use as the
782784
outgoing 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+
784795
cafile
785796
......
786797

0 commit comments

Comments
 (0)