moved functions around

This commit is contained in:
BuildTools
2022-03-06 23:08:18 -05:00
parent ba56d0e471
commit 3e24a96f9a
12 changed files with 343 additions and 262 deletions

View 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);