Categorygithub.com/zqb7/simple-fileserver
modulepackage
0.0.0-20240928042523-e4f4776fca4f
Repository: https://github.com/zqb7/simple-fileserver.git
Documentation: pkg.go.dev

# README

simple-fileserver

Usage

upload one file

curl -X POST http://localhost:8001/upload \
  -F "files=@/home/test/demo.txt" \
  -H "Content-Type: multipart/form-data"

upload multiple file

curl -X POST http://localhost:8001/upload \
  -F "files=@/home/test/demo.txt" \
  -F "files=@/home/test/demo2.txt" \
  -H "Content-Type: multipart/form-data"

# Packages

No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author
No description provided by the author