diff options
Diffstat (limited to 'test/files/21-http09.t')
-rw-r--r-- | test/files/21-http09.t | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/files/21-http09.t b/test/files/21-http09.t new file mode 100644 index 0000000..5359a7f --- /dev/null +++ b/test/files/21-http09.t @@ -0,0 +1,11 @@ +>>>
+GET /?foo=bar
+
+<<<
+<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
+<html><head>
+<title>301 Moved Permanently</title>
+</head><body>
+<h1>Moved Permanently</h1>
+<p>The document has moved.</p>
+</body></html>
|