#how to get raw `Response` string
14 messages · Page 1 of 1 (latest)
.text()?
ah thanks a lot
iirc there's .json(), .text(), .blob() and maybe .buffer(), not sure about that last one
buffer is for big responses I believe
blob seems pretty handy