1 个不稳定版本
0.1.0 | 2021年4月5日 |
---|
#9 in #send-http
13KB
316 代码行
REST Cli
从命令行发送 HTTP 请求。
用法
rest_cli <file>
其中 file
包含您的 HTTP 请求。
支持的方法
- GET
- POST
- PUT
- PATCH
- DELETE
- HEAD
示例
### 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
依赖项
~6–18MB
~262K SLoC