moved functions around
This commit is contained in:
6
include/requestHandlers.h
Normal file
6
include/requestHandlers.h
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
int handleGetRequest(int socket, struct HTTPRequest *r, SSL *ssl);
|
||||
int handlePUTRequest(int socket, struct HTTPRequest *r, SSL *ssl);
|
||||
int handleDELETERequest(int socket, struct HTTPRequest *r, SSL *ssl);
|
||||
int handlePOSTRequest(int socket, struct HTTPRequest *r, SSL *ssl);
|
||||
|
||||
Reference in New Issue
Block a user