mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-29 13:27:59 +03:00
add: PUT method
This commit is contained in:
@@ -49,6 +49,7 @@ private:
|
||||
private:
|
||||
void methodGet(void);
|
||||
void methodPost(void);
|
||||
void methodPut(void);
|
||||
void methodDelete(void);
|
||||
void invalidClient(void);
|
||||
void generateHeader(void);
|
||||
|
||||
Reference in New Issue
Block a user