Skip to content

feat(python): accept generator/iterator request bodies in content= - #511

Open
barjin wants to merge 3 commits into
masterfrom
issue-504-generator-body
Open

feat(python): accept generator/iterator request bodies in content=#511
barjin wants to merge 3 commits into
masterfrom
issue-504-generator-body

Conversation

@barjin

@barjin barjin commented Aug 10, 2026

Copy link
Copy Markdown
Member

Implements support for (Async)Iterator request bodies. Currently, this will read the collect the iterator and send the body as a byte array. #513 is tracking the real streaming implementation.

Closes #504.

@github-actions github-actions Bot added this to the 147th sprint - Tooling team milestone Aug 10, 2026
@github-actions github-actions Bot added t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics. labels Aug 10, 2026
@barjin
barjin requested a review from Pijukatel August 11, 2026 06:42
@barjin
barjin marked this pull request as ready for review August 11, 2026 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

t-tooling Issues with this label are in the ownership of the tooling team. tested Temporary label used only programatically for some analytics.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

(python) Accept Generator request body in content=

2 participants