requests
This commit is contained in:
@@ -15,4 +15,9 @@ typedef struct {
|
||||
|
||||
bool construct_response(HttpResponse __res, char *out);
|
||||
|
||||
void http_respond(HttpResponse __res, int clientfd);
|
||||
char *read_file(const char *__path);
|
||||
HttpResponse *from_file(const char *__path);
|
||||
void free_response(HttpResponse *__res);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user