7 lines
120 B
C
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 |