Skip to content

Chapter 17 part 1: clarify why Response::text() is async#4685

Open
DanielEScherzer wants to merge 1 commit intorust-lang:mainfrom
DanielEScherzer:response-text-async
Open

Chapter 17 part 1: clarify why Response::text() is async#4685
DanielEScherzer wants to merge 1 commit intorust-lang:mainfrom
DanielEScherzer:response-text-async

Conversation

@DanielEScherzer
Copy link

We need to wait for the entire response to arrive in order to access the text, in contrast with the first part of the response that can be delivered earlier.

We need to wait for the entire response to arrive in order to access the text,
in contrast with the first part of the response that can be delivered earlier.
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.

1 participant