Skip to content

Commit 9132e7c

Browse files
committed
minor #12335 [HttpClient] Add the buffer option to 4.3 too (javiereguiluz)
This PR was merged into the 4.3 branch. Discussion ---------- [HttpClient] Add the buffer option to 4.3 too After merging #12043 I realized we need to document it in 4.3 too. Commits ------- c82e6b8 [HttpClient] Add the buffer option to 4.3 too
2 parents c614df7 + c82e6b8 commit 9132e7c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

reference/configuration/framework.rst

Lines changed: 11 additions & 0 deletions
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy