biasedbit / BBHTTP

A modern HTTP client framework for iOS/OSX built on top of libcurl.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add a method: UTF8String to BBHTTPResponse

jasperblues opened this issue · 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!