Skip to content

ypeng90/mini-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal HTTP Server

Main Features

  • Concurrency supported
  • Methods implemented: GET, HEAD, POST
  • Static contents supported: html, gif, png, jpg, mp4, plain text
  • Dynamic contents supported: CGI

References

  • Computer Systems: A Programmer's Perspective, 3rd Edition, tiny.c
  • Hacking: The Art of Exploitation, 2nd Edition, tinyweb.c