Skip to content

A barebone HTTP web server built using the socket API of python without using any HTTP libraries. It only works with linux and returns MIME compatible files assuming home directory as the root directory.

Notifications You must be signed in to change notification settings

prasantkpatel/HTTP-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

HTTP-server

A barebone HTTP web server built using the socket API of python without using any HTTP libraries. It only works with linux and returns MIME compatible files assuming home directory as the root directory.

Dependencies:-

  1. wsgiref (pip install wsgiref)
  2. python-magic (pip install python-magic)

About

A barebone HTTP web server built using the socket API of python without using any HTTP libraries. It only works with linux and returns MIME compatible files assuming home directory as the root directory.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages