okay

command module
v0.0.0-...-6c895c8 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: MIT Imports: 2 Imported by: 0

README

key value storage is okay

go run main.go
set value 'content' to 'mykey'
curl -X POST 'http://127.0.0.1:8021/mykey' --data-raw 'content'
get value of key 'mykey'
curl -X GET 'http://127.0.0.1:8021/mykey'
delete value of key 'mykey'
curl -X DELETE 'http://127.0.0.1:8021/mykey'

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