Skip to content

Hugothms/webserv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webserv

The objective of this project is to create a fully functional HTTP web server.

hthomas's 42 webserv Score

Usage

make && ./webserv base.conf

or more conveniently:

make run_config base

Features

✅ It supports:

  • [GET, POST, DELETE] HTTP methods
  • A configuration file given as an argument (examples of configurations in 'config' directory)

❌ It doesn't support:

  • other HTTP methods

How it works

⚒️ In construction...

Collaborators

This project was developed in team with @endcerro (Enzo Dal Cerro)