Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sniboboof/serverfun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercise for Code Fellows

httpserver.py runs a simple http server that will accept requests and return responses

it should open up a socket with the client and accept a requests

although it should accept any request without breaking, the only request that can get a non-error response will be a GET response for a valid file or directory. any other request should return a relevant error.

About

for codefellows

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages