Files
chat_rebot-connect-with-one…/c/network/http_rel.h
2025-10-03 10:57:53 +08:00

7 lines
120 B
C

#ifndef HTTP_REL
#define HTTP_REL
const char *http_get_body(const char *buf);
char *recv_http_request(int cfd);
#endif