Skip to content

bdeore/simple-http-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Multi-Threaded HTTP server

this http server supports a small subset of the HTTP standard. content from www/ directory is served for GET/ requests. all the prevalent MIME types are supported. basic set of headers are transmitted back to the client. command line output indicates resource accessed, ip address : port number of client and access count for the resource.

to run the server:

make start

to restart server(and rebuild):

make restart

server should be running on:

http://[localhost]:[port]/

port will be printed out when the server start.

to test from other remote server:

wget [localhost]/sample.html

About

Simple Multi-Threaded HTTP Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published