嗨,我想从服务器读取整个 html,而不仅仅是像“HTTP/1.1 200 OK”这样的请求,我的意思也是 html 代码。但我不知道怎么做。我正在使用“ https://github.com/roustem/AsyncSocket ”中的 Asyncsocket 库有人知道我该如何处理?我用了功能
- (void)socket:(GCDAsyncSocket *)sock didReadData:(NSData *)data withTag:(long)tag
但数据很短,只显示http请求。
谢谢