MCPcopy
hub / github.com/urllib3/urllib3 / _ResponseOptions

Class _ResponseOptions

src/urllib3/_base_connection.py:21–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20
21class _ResponseOptions(typing.NamedTuple):
22 # TODO: Remove this in favor of a better
23 # HTTP request/response lifecycle tracking.
24 request_method: str
25 request_url: str
26 preload_content: bool
27 decode_content: bool
28 enforce_content_length: bool
29
30
31if typing.TYPE_CHECKING:

Callers 1

requestMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected