Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(client): add support for streaming raw responses #1072

Merged
merged 1 commit into from
Jan 15, 2024

Conversation

stainless-bot
Copy link
Collaborator

As an alternative to with_raw_response we now provide
with_streaming_response as well. When using these methods you
will have to use a context manager to ensure that the response is
always cleaned up.

As an alternative to `with_raw_response` we now provide
`with_streaming_response` as well. When using these methods you
will have to use a context manager to ensure that the response is
always cleaned up.
@stainless-bot stainless-bot requested a review from a team as a code owner January 15, 2024 14:11
@stainless-bot stainless-bot merged commit 0e93c3b into next Jan 15, 2024
@stainless-bot stainless-bot deleted the feat-client-add-support-for-stre branch January 15, 2024 14:11
@stainless-bot stainless-bot mentioned this pull request Jan 15, 2024
stainless-bot added a commit that referenced this pull request Jan 16, 2024
As an alternative to `with_raw_response` we now provide
`with_streaming_response` as well. When using these methods you
will have to use a context manager to ensure that the response is
always cleaned up.
@matthiaskern matthiaskern mentioned this pull request Jan 27, 2024
1 task
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.

None yet

1 participant