Skip to content

A simple web server handling http requests with flexibility

Notifications You must be signed in to change notification settings

RamonZhou/Mini-HTTP-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 19, 2024
0d26c95 · Sep 19, 2024

History

2 Commits
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024
Sep 19, 2024

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