14 lines
233 B
Plaintext
14 lines
233 B
Plaintext
GET {{base}}
|
|
HTTP 404
|
|
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!"
|