Skip to content

a simple (and reckless) http server implemented in bash (for quick testing purposes)

Notifications You must be signed in to change notification settings

rasenmic/http.sh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http.sh

start

./run.sh

Idee

  • Antworten liegen unter responses.d/
  • Baumstruktur dem angefragten Pfad entsprechend
  • statische Files (GET, POST, some-name)
  • Skripte (something.sh)
  • Query Parameter übergeben (Wie?)
method path responses.d
GET / responses.d/GET
GET /auth responses.d/auth/GET
GET /auth/login.html responses.d/auth/login.html/GET
POST /auth/login responses.d/auth/login/POST
GET /auth/login.html responses.d/auth/login.html/redirect.sh

About

a simple (and reckless) http server implemented in bash (for quick testing purposes)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published