Appendix C: Example Data

This appendix contains example data files that are used in conformance tests throughout the specification.

Resource: cities.txt
Houston
Chicago
Piscataway
Resource: comment.txt
# this is a comment
A
B
C
Resource: greetings.txt
hello world
hi_world
hello nurse
Resource: hello.txt
hello
Resource: questions.txt
What is the meaning of life?
How do I exit vim?
Why is the sky blue?
Resource: answers.txt
42
Press ESC then type :q!
Rayleigh scattering
Resource: request.txt
GET /hello HTTP/1.1
Host: example.com
Resource: response.txt
HTTP/1.1 200 OK
Content-Type: text/plain

Hello, World!
Resource: wizard.txt
Gandalf the Grey
Merlin
Albus Dumbledore
Resource: spell.txt
You shall not pass!
Abracadabra
Expecto Patronum
Resource: testdir/example.txt
This is an example file in a subdirectory.
Resource: person.json
{
    "name": "John",
    "age": 42
}