Skip to content

Shyann/Web-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Web-Server

Basic multi-threaded Web Server implementing compression and range requests serving files from the public_html directory. Compression is implemented through the zlib library and range requests can be done by modifying the Range header as follows: curl http://www.example.com -i -H "Range: bytes=0-100"

About

Basic multi-threaded HTTP 1.1 web server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published