lyrs/contract.hurl

14 lines
233 B
Plaintext
Raw Normal View History

2023-11-10 20:06:30 -06:00
GET {{base}}
HTTP 404
2023-11-10 23:30:58 -06:00
content-length: 0
GET {{base}}/hello-world
HTTP 200
Content-Type: text/html; charset=utf-8
<h1>Hello, world!</h1>
GET {{base}}/hello-world-text
HTTP 200
Content-Type: text/plain; charset=utf-8
"Hello, world!"