24 lines
367 B
HTTP
24 lines
367 B
HTTP
|
|
### 200 首页
|
|
|
|
GET http://127.0.0.1:80
|
|
|
|
### 200 正常返回
|
|
|
|
GET http://127.0.0.1:80/tasks
|
|
|
|
### 404 找不到
|
|
|
|
GET http://127.0.0.1:80/tasks/byPriority/Vital
|
|
|
|
### 400 格式错误
|
|
|
|
GET http://127.0.0.1:80/tasks/byPriority/Mediu
|
|
|
|
###
|
|
|
|
GET http://0.0.0.0:8080/tasks/byPriority/Medium
|
|
Accept: application/json
|
|
|
|
###
|
|
DELETE http://0.0.0.0:8080/tasks/delByName/gardening |