fix: HTTP method missed "CONNECT", "TRACE"

This commit is contained in:
debugtalk
2020-01-06 14:27:03 +08:00
parent 779fcecc2d
commit 8957b6c460
4 changed files with 11 additions and 3 deletions

View File

@@ -1,5 +1,11 @@
# Release History
## 2.5.5 (2020-01-06)
**Fixed**
- fix: HTTP method missed "CONNECT", "TRACE"
## 2.5.4 (2020-01-03)
**Added**