Skip to content

Joh4nnesHartl/kvhttpstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages