httpsever服務器(轉載)

#include #include #include #include #pragma comment(lib,"ws2_32") #define I_GET 0x00000001 #define I_POST 0x00000002 typedef struct web_socket { SOCKET socket; struct sockaddr_in client_in; WSAEVENT e
相關文章
相關標籤/搜索