package
0.0.0-20190603091140-d91554c37e14
Repository: https://github.com/vaniila/hyper.git
Documentation: pkg.go.dev
# README
Example file upload server
How to use
$ go run main.go
$ curl -v -F "file=@./image.png" http://localhost:4000
$ go run main.go
$ curl -v -F "file=@./image.png" http://localhost:4000