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