rest-client:发送HTTP请求的实用程序

时间:2021-04-05 10:30:15
【文件属性】:
文件名称:rest-client:发送HTTP请求的实用程序
文件大小:13KB
文件格式:ZIP
更新时间:2021-04-05 10:30:15
Rust REST CLI 从命令行发送HTTP请求。 用法 rest_cli file包含您的HTTP请求。 支持的方法: 得到 邮政 放 修补 删除 头 例子 ### GET slash route ### http://localhost:3000 GET / ### POST to /auth/register ### http://localhost:3000 # Headers Content-Type: application/json Authorization: bearer alghdlaiusdflhsadfkjsadf # Body { "username": "name", "password": "password123" } POST /auth/register
【文件预览】:
rest-client-master
----.gitignore(14B)
----src()
--------cli.rs(375B)
--------main.rs(132B)
--------lib.rs(9KB)
----Cargo.lock(28KB)
----LICENSE(1KB)
----Cargo.toml(481B)
----README.md(500B)

网友评论