22 lines
290 B
Plaintext
22 lines
290 B
Plaintext
|
===
|
||
|
Comments
|
||
|
===
|
||
|
|
||
|
GET https://somewhere.com # some comment
|
||
|
# comment
|
||
|
|
||
|
HTTP 200 # comment
|
||
|
|
||
|
---
|
||
|
|
||
|
(source_file
|
||
|
(request_declaration
|
||
|
(request_literal)
|
||
|
(url))
|
||
|
(comment)
|
||
|
(comment)
|
||
|
(response
|
||
|
(scheme_literal)
|
||
|
(status_code_pattern))
|
||
|
(comment))
|