./webserv -h if needed
This project is here to make you write your HTTP server. You will be able to test it with a real browser. HTTP is one of the most used protocols on the internet. Knowing its arcane will be useful, even if you won’t be working on a website.
This project would have deserved some optimization for sure. Remember to modify or copy request body only when needed ! Enjoy !