2020-08-27 10:07:46 +03:00
|
|
|
GET http://localhost:8000/hello
|
2022-11-11 00:28:57 +03:00
|
|
|
HTTP 200
|
2023-06-07 10:14:06 +03:00
|
|
|
Content-Type: text/html; charset=utf-8
|
|
|
|
Content-Length: 12
|
|
|
|
[Asserts]
|
|
|
|
header "Date" exists
|
2022-12-02 22:50:27 +03:00
|
|
|
`Hello World!`
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2021-07-04 19:49:20 +03:00
|
|
|
GET http://localhost:8000/hello
|
2022-11-11 00:28:57 +03:00
|
|
|
HTTP 200
|
2021-07-04 19:49:20 +03:00
|
|
|
file, data.txt;
|
2020-08-27 10:07:46 +03:00
|
|
|
|
|
|
|
GET http://localhost:8000/hello
|
2022-11-11 00:28:57 +03:00
|
|
|
HTTP 200
|
2021-07-04 19:49:20 +03:00
|
|
|
hex, 48656c6c6f20576f726c6421;
|
2020-08-27 10:07:46 +03:00
|
|
|
|
2021-07-04 19:49:20 +03:00
|
|
|
GET http://localhost:8000/hello
|
2022-11-11 00:28:57 +03:00
|
|
|
HTTP 200
|
2021-07-04 19:49:20 +03:00
|
|
|
base64, SGVsbG8gV29ybGQh;
|