MCPcopy
hub / github.com/urllib3/urllib3 / ChunksAndContentLength

Class ChunksAndContentLength

src/urllib3/util/request.py:192–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

190
191
192class ChunksAndContentLength(typing.NamedTuple):
193 chunks: typing.Iterable[bytes] | None
194 content_length: int | None
195
196
197def body_to_chunks(

Callers 1

body_to_chunksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected