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

This commit is contained in:
debugtalk
2020-01-06 14:27:03 +08:00
parent b898d62608
commit 0137294a2c
4 changed files with 11 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
__version__ = "2.5.4"
__version__ = "2.5.5"
__description__ = "One-stop solution for HTTP(S) testing."
__all__ = ["__version__", "__description__"]