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 from 4dc0b0f to 2dc0467 Compare August 13, 2026 11:07
`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 2dc0467 to de17fef Compare August 13, 2026 11:10
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