Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
192
class
ChunksAndContentLength(typing.NamedTuple):
193
chunks: typing.Iterable[bytes] | None
194
content_length: int | None
195
196
197
def
body_to_chunks(
Callers
1
body_to_chunks
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected