http-file-server is a simple HTTP file-server.
Find a file
2024-03-14 03:19:44 -07:00
go.mod initial commit 2024-03-14 03:10:21 -07:00
LICENSE initial commit 2024-03-14 03:10:21 -07:00
log.go moved logging functions into their own file 2024-03-14 03:14:00 -07:00
main.go made it so choice to TCP port that gets connected to can come from environment variable "PORT" 2024-03-14 03:19:44 -07:00
README.md correction 2024-03-14 03:11:19 -07:00
tcpport.go made it so choice to TCP port that gets connected to can come from environment variable "PORT" 2024-03-14 03:19:44 -07:00

http-file-server

http-file-server is a simple HTTP file-server.

Author

http-file-server was written by Charles Iliya Krempeaux