Postcatlab / Postcatlab/postcat

API 文档/测试生成 curl\http 格式的调用代码

Open
#191 3 comments 2 reactions 1 assignee Claimed by @scarqin View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.