feat: implement HTTP file server with upload, download, and delete functionalities

This commit is contained in:
troyeguo
2026-05-16 07:40:50 +08:00
parent 5923a47727
commit 8e0fea9ca2
3 changed files with 531 additions and 9 deletions

3
httpserver/go.mod Normal file
View File

@@ -0,0 +1,3 @@
module httpserver
go 1.22