refactor: dumps request and response headers/body, display indented json in report

This commit is contained in:
debugtalk
2019-12-17 18:57:03 +08:00
parent a57788f6ad
commit 2acf8d511b
3 changed files with 28 additions and 19 deletions

View File

@@ -1,5 +1,11 @@
# Release History
## 2.4.4 (2019-12-17)
**Changed**
- refactor: dumps request and response headers/body, display indented json in report
## 2.4.3 (2019-12-16)
**Added**