SimpleHTTPServer-like fileserver built in go
Go to file
Tracker-Friendly 17fcb2e200 Death by license
Applies to the previous commit too, don't get any ideas
2024-07-11 20:31:25 +01:00
.idea Initial commit 2024-07-11 18:18:29 +01:00
httpserver Initial commit 2024-07-11 18:18:29 +01:00
LICENSE.md Death by license 2024-07-11 20:31:25 +01:00
README.md Initial commit 2024-07-11 18:18:29 +01:00
go.mod Initial commit 2024-07-11 18:18:29 +01:00
main.go Initial commit 2024-07-11 18:18:29 +01:00

README.md

HTTPServer

This is a simple HTTP server meant to emulate python's SimpleHTTPServer module.

Usage

httpserver [-h] [--cgi] [-b ADDRESS] [-d DIRECTORY] [-p VERSION] [port]