more tests on cgi
This commit is contained in:
@@ -51,6 +51,10 @@ class Webserv
|
||||
void _accept_connection(int fd);
|
||||
void _read_request(int fd);
|
||||
void _send_response(int fd);
|
||||
|
||||
// TMP HUGO TEST CGI
|
||||
void _serve_file(int fd, std::string page);
|
||||
void _exec_cgi_script(int fd);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user