Files
chat_rebot-connect-with-one…/c/network/http/http_rel.h
2025-11-21 18:02:37 +08:00

8 lines
174 B
C

#ifndef HTTP_REL
#define HTTP_REL
const char *http_get_body(const char *buf);
char *recv_http_request(int cfd);
int init_http_network(int port, log_manager *logger);
#endif