8000 GitHub - dbase/HTTP-Server: A simple HTTP server for linux.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dbase/HTTP-Server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

This is the program for Charles Ringger and Jeffrey Rackauckus


To Run - Execute the shell script

sh compile.sh



then run 
./server.exe [portnumb]


for example 
./server.exe 49984 


Supports telnet commands 
GET HTTP/1.0 index.html
//For put command put the file data inside filedata tags
PUT HTTP/1.0 filename <filedata></filedata>
DELETE HTTP/1.0 filename
HEAD HTTP/1.0

Server is designed as a recycling threading application pool. 

About

A simple HTTP server for linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0