The Response whose body to read as text
An Effect that resolves with a string or fails with a
FailedToRead tagged error
Wraps Response.text() in an Effect. If reading fails, the error
is wrapped in a FailedToRead tagged error that can be caught with
catchTags.
Reads the response body as a
string.