7 lines
274 B
C
7 lines
274 B
C
|
|
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);
|
|
|