golang-file-upload-server

command module
v0.0.0-...-afd9567 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 30, 2022 License: MIT Imports: 5 Imported by: 0

README

Simple File Upload Server in Go

Sending HTTP requests from client to server

curl -X POST localhost:8080

curl -X GET localhost:8080

curl -X PUT localhost:8080

Upload a file using cURL

curl -X POST -F 'myImage=@bcs_640x480.jpg' http://localhost:8080

References

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL