biasedbit/BBHTTP

Add a method: UTF8String to BBHTTPResponse

jasperblues opened this issue · 2 comments

. . . seems handy to have around.

Oops. . . actually UTF8String would imply a c-string. . .

How about

[reponse asString]

[response asString encoding:someEncoding]

Sounds good, I'm on it!