Postcatlab / Postcatlab/postcat
API 文档/测试生成 curl\http 格式的调用代码
Open
enhancement
New Feature
- Dominant language
- JavaScript
- Stars
- 5.5k
- Forks
- 796
- PR merge metrics
- No merged PRs in 30d
Description
希望增加复制为 cURL、HTTP 的功能
e.g.
```curl
curl --location --request GET 'http://www.weather.com.cn/data/cityinfo/{{cityCode}}.html' \
--header 'Cookie: HttpOnly'
```
```HTTP
GET /data/cityinfo/{{cityCode}}.html HTTP/1.1
Host: www.weather.com.cn
Cookie: HttpOnly
```
Contributor guide
Assessment
This issue has not been assessed yet.