Skip to content

venkat24/micro-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forthebadge

micro-http

A tiny static file server written in C, with functionality similar to Python's SimpleHTTPServer. Presents a file listing for directories. Handles multiple requests asynchronously.

  • Build by running make or make serve.

  • Add serve to your $PATH.

  • Run serve 9000 to serve the current working directory. Visit localhost:9000.

About

Minimal implementation of a static file server as per the HTTP/1.1 protocol

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published