」 feat(requests/mime): added mime type functions and started implementation

This commit is contained in:
y-syo
2025-04-24 15:46:37 +02:00
parent 91c3833c7c
commit c41545b230
6 changed files with 179 additions and 11 deletions

View File

@ -6,7 +6,7 @@
/* By: mmoussou <mmoussou@student.42angouleme.fr +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/03/16 17:51:46 by mmoussou #+# #+# */
/* Updated: 2025/04/22 11:52:00 by mmoussou ### ########.fr */
/* Updated: 2025/04/24 14:56:08 by mmoussou ### ########.fr */
/* */
/* ************************************************************************** */
@ -26,6 +26,7 @@ public:
static void setEntries(const std::map<int, std::string>);
static std::map<int, std::string> message;
private:
static std::map<int, std::string> populateMessages();