SimpleHTTPServer-like fileserver built in go
Go to file
Tracker-Friendly 9b99bd1442 Initial commit 2024-07-11 18:18:29 +01:00
.idea Initial commit 2024-07-11 18:18:29 +01:00
httpserver Initial commit 2024-07-11 18:18:29 +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]