🔨」 fix: fixed config and remove default config table

This commit is contained in:
2025-05-03 12:18:32 +02:00
parent bfef8ed76e
commit d369f8ecea
5 changed files with 16 additions and 25 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/04/30 09:30:15 by adjoly #+# #+# */
/* Updated: 2025/04/30 09:34:17 by adjoly ### ########.fr */
/* Updated: 2025/05/03 12:07:57 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -32,6 +32,10 @@ class Post : public ARequest {
void parse(std::string const &data);
std::string extractFilename(const std::string &header);
void handleMultipartData(const std::string &body,
const std::string &boundary);
Response execute(void);
};