🔨」 fix: fixed leak

This commit is contained in:
2025-05-30 16:20:32 +02:00
parent 30866645a0
commit f0a5ceb397
3 changed files with 9 additions and 3 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/04/30 09:30:15 by adjoly #+# #+# */
/* Updated: 2025/05/28 11:29:38 by adjoly ### ########.fr */
/* Updated: 2025/05/30 16:19:06 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -39,6 +39,7 @@ class Get : public ARequest {
class Post : public ARequest {
public:
Post(std::string &data, config::Server *srv);
~Post(void);
void parse(std::string const &data);