Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions reference/configuration/framework.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ Configuration
* :ref:`default_options <reference-http-client-default-options>`

* `bindto`_
* `buffer`_
* `cafile`_
* `capath`_
* `ciphers`_
Expand All @@ -118,6 +119,7 @@ Configuration
* `auth_bearer`_
* `base_uri`_
* `bindto`_
* `buffer`_
* `cafile`_
* `capath`_
* `ciphers`_
Expand Down Expand Up @@ -781,6 +783,15 @@ bindto
A network interface name, IP address, a host name or a UNIX socket to use as the
outgoing network interface.

buffer
......

**type**: ``bool`` **default**: ``false``

Buffering the response means that you can access its content multiple times
without performing the request again. Pass ``true`` as the value of this option
to enable buffering.

cafile
......

Expand Down