Skip to content

RamonZhou/Mini-HTTP-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mini HTTP Server

Implementation of a simple HTTP server listening at port 80 on local machine. It supports:

  • multiple TCP connections
  • GET and POST methods
  • multiple content types such as text/html, image/jpeg, text/plain, application/octet-stream, forms, etc.
  • easy way to configure more paths because of functional programming
  • flexibility since we used a thread pool

About

A simple web server handling http requests with flexibility

Resources

Stars

Watchers

Forks

Releases

No releases published

Contributors