Skip to content

liuquanhao/axum-rocksdb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

axum + rocksdb

接口

创建todo

POST: /todos/

header: content-type:application/json

{"text": "todo1"}

返回:

header: Location:/todos/:id

获取某个todo

GET: /todos/:id

修改todo

PUT: /todos/:id

header: content-type:application/json

删除todo

DELETE: /todos/:id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages