~increscent/kvs

Simple Key/Value Store
d1cc8822 — Robert Williams 9 days ago
Clearing values after timeout so we don't keep around sensitive information
e9850f72 — Robert Williams 17 days ago
Added zip file mime type to upload options
0a069911 — Robert Williams 30 days ago
dark mode; textarea instead of text inputs

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~increscent/kvs
read/write
git@git.sr.ht:~increscent/kvs

You can also use your local clone with git send-email.

#Key/Value Store

#Store a value

  • Send a POST request to /<key> with the value in the request body.
  • Send a GET request to /<key>/<value>.

#Retrieve a value

  • Send a GET reques to /<key>. The value will be returned in the response body.