mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-18 03:47:39 +08:00
fix #1339: omit pseudo header names for HTTP/1, e.g. :authority, :method, :path, :schema
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user