Skip to content

feat(python): stream iterator request bodies - #515

Open
barjin wants to merge 1 commit into
feat/rust-streaming-bodiesfrom
feat/python-streaming-bodies
Open

feat(python): stream iterator request bodies#515
barjin wants to merge 1 commit into
feat/rust-streaming-bodiesfrom
feat/python-streaming-bodies

Conversation

@barjin

@barjin barjin commented Aug 13, 2026

Copy link
Copy Markdown
Member

Lets content= take a sync or async iterable of byte chunks and streams it into the request instead of buffering it; stacked on #514.

Related: #513

@barjin
barjin force-pushed the feat/python-streaming-bodies branch 3 times, most recently from de17fef to 0aa0f27 Compare August 14, 2026 12:35
@barjin
barjin force-pushed the feat/python-streaming-bodies branch from 0aa0f27 to bd202ad Compare August 17, 2026 07:39
`content=` now accepts any (async) iterable of byte chunks, which is fed into
the request as the chunks are produced instead of being buffered first.

Related: #513
@barjin
barjin force-pushed the feat/python-streaming-bodies branch from bd202ad to 2d3886e Compare August 17, 2026 07:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants