Skip to content

HTTP Server that is: Simple - Stupid - Static - Self-Sufficient - Some-other-things

Notifications You must be signed in to change notification settings

scunz/BasicHTTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BasicHTTP

HTTP Server that is: Simple - Stupid - Static - Self-Sufficient - Some-other-things

Clone:

git clone git@github.com:/scunz/BasicHTTP
git submodule init
git submodule update

Compile:

mkdir bin
cd bin
cmake .. -DQt5=[On|Off]
make

Run:

bin/bin/bHTTP /where/my/files/are 1234

Test:

curl http://localhost:1234/testfile.txt

About

HTTP Server that is: Simple - Stupid - Static - Self-Sufficient - Some-other-things

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages