」 feat: added mimetype and some other few thing

This commit is contained in:
2025-04-27 15:22:12 +02:00
parent 78f70c9be4
commit 640ed6ce3c
6 changed files with 45 additions and 26 deletions

View File

@ -6,7 +6,7 @@
/* By: adjoly <adjoly@student.42angouleme.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/04/11 17:45:43 by adjoly #+# #+# */
/* Updated: 2025/04/25 17:20:12 by adjoly ### ########.fr */
/* Updated: 2025/04/26 16:36:05 by adjoly ### ########.fr */
/* */
/* ************************************************************************** */
@ -17,7 +17,7 @@
#include <log.hpp>
#include <netinet/in.h>
#include <stdexcept>
#include <sys/poll.h>
#include <poll.h>
#include <vector>
namespace webserv {