Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 346 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 346 Bytes

kvhttpstore (key-value http storage)

you can store any data in this storage (e.g files) service runs on :8080

API

GET /:key & POST /:key

POST: saves the raw body in a in-memory storage stored at key

GET: recieves the saved content at key in the in-memory storage

run

$ go run cmd/server/main.go