{"This request method is {method}.","This request method is POST."},
{"The response status is {status}.","The response status is 200."},
{"The Custom header is {>Custom}.","The Custom header is foobarbaz."},
{"The request is {request}.","The request is POST / HTTP/1.1\\r\\nHost: localhost\\r\\nCustom: foobarbaz\\r\\nShorterval: 1\\r\\n\\r\\n."},
{"The CustomAdd header is {>CustomAdd}.","The CustomAdd header is caddy."},
{"The request is {request}.","The request is POST / HTTP/1.1\\r\\nHost: localhost\\r\\nCustom: foobarbaz\\r\\nCustomadd: caddy\\r\\nShorterval: 1\\r\\n\\r\\n."},
{"The cUsToM header is {>cUsToM}...","The cUsToM header is foobarbaz..."},
{"The Non-Existent header is {>Non-Existent}.","The Non-Existent header is -."},