Skip to content

Commit

Permalink
支持htpps协议请求转换、修复请求地址重复问题
Browse files Browse the repository at this point in the history
  • Loading branch information
李银池 committed Jun 3, 2020
1 parent 7237e85 commit a951a8d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
27 changes: 16 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,6 @@ postman 版本 7.12.0
node 版本 大于v8.11.4
```

charles2postman 版本更新说明
===


Version1.1
```
1.修复mac系统上隐藏文件".DS_Store"造成解析错误的bug
2.支持基于http、https协议请求,请求数据类型支持urlencoded、json、form-data、html
```

感谢[guohao0328](https://github.com/guohao0328)提出的第一个bug

Expand Down Expand Up @@ -123,3 +112,19 @@ sudo sh run.sh
![img](./static/image/最终效果.jpg)

>对你有所帮助的话,记得start下项目,谢谢你的支持


## 更新记录

> Version1.1
```bash
1.修复mac系统上隐藏文件".DS_Store"造成解析错误的bug
2.支持基于http、https协议请求,请求数据类型支持urlencoded、json、form-data、html
```

> Version1.2
```bash
1.修复导入postman后,请求地址Path重复问题
2.修复https协议显示问题
```
Loading

0 comments on commit a951a8d

Please sign in to comment.