fix #1339: omit pseudo header names for HTTP/1, e.g. :authority, :method, :path, :schema

This commit is contained in:
debugtalk
2022-06-17 22:39:19 +08:00
parent 114b94f1d5
commit ce172d42a5
4 changed files with 26 additions and 6 deletions

View File

@@ -13,6 +13,10 @@ teststeps:
foo1: bar1
foo2: bar2
headers:
:authority: postman-echo.com
:method: POST
:path: /get
:schema: https
User-Agent: HttpRunner/3.0
validate:
- eq: ["status_code", 200]