mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-22 15:42:20 +03:00
9 lines
157 B
Plaintext
9 lines
157 B
Plaintext
GET http://localhost:8000/capture-and-assert
|
|
HTTP 200
|
|
[Captures]
|
|
content_type: header "content-type"
|
|
[Asserts]
|
|
header "content-type" == "{{content_type}}"
|
|
|
|
|