Fetch icon indicating copy to clipboard operation
Fetch copied to clipboard

Difference between blob/text ?

Open g105b opened this issue 5 years ago • 0 comments

In PHP, binary data is represented in strings, so the BodyResponse::blob() resolved data is exactly the same as BodyResponse::text(). This might be OK, but is there some functionality missing in the text function? Maybe the output should be forced into a particular charset, for example?

g105b avatar May 01 '19 13:05 g105b