2 Star 4 Fork 1

dxvgef/tsing-center

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
test.http 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
dxvgef 提交于 2020-06-22 18:36 . update
### 获得所有数据
GET http://localhost:20080/data/
SECRET: 123456
### 将所有数据写入到存储器
PUT http://localhost:20080/data/
SECRET: 123456
### 从存储器中加载所有数据
POST http://localhost:20080/data/
SECRET: 123456
### 添加服务
POST http://localhost:20080/services/
Content-Type: application/x-www-form-urlencoded
SECRET: 123456
id=test_service&load_balance=SWRR
### 更新服务
PUT http://localhost:20080/services/dGVzdF9zZXJ2aWNl
Content-Type: application/x-www-form-urlencoded
SECRET: 123456
load_balance=SWRR
### 删除服务
DELETE http://localhost:20080/services/dGVzdF9zZXJ2aWNl
SECRET: 123456
### 从服务中获取节点
GET http://localhost:20080/services/dGVzdF9zZXJ2aWNl/select
SECRET: 123456
### 添加节点
POST http://localhost:20080/nodes/
Content-Type: application/x-www-form-urlencoded
SECRET: 123456
service_id=test_service&ip=127.0.0.1&port=30080&weight=1
### 更新节点
PUT http://localhost:20080/nodes/dGVzdF9zZXJ2aWNl/MTI3LjAuMC4xOjMwMDgw
Content-Type: application/x-www-form-urlencoded
SECRET: 123456
weight=1
### 删除节点
DELETE http://localhost:20080/nodes/dGVzdF9zZXJ2aWNl/MTI3LjAuMC4xOjMwMDgw
SECRET: 123456
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/dxvgef/tsing-center.git
git@gitee.com:dxvgef/tsing-center.git
dxvgef
tsing-center
tsing-center
master

搜索帮助