Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 386 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 386 Bytes

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