Home > Back-end >  VC use raw socket programming, how to advance the response data?
VC use raw socket programming, how to advance the response data?

Time:09-26

On the Internet to find a lot of methods, are only grabbing the request data, no response data

Recv (sock, recvInf, sizeof (recvInf), 0).//receive package

VS2015 Windows environment

CodePudding user response:

The HTTP protocol make sense?
  • Related