summaryrefslogtreecommitdiffstats
path: root/test/files/40-auth-basic.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/40-auth-basic.t')
-rw-r--r--test/files/40-auth-basic.t5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/files/40-auth-basic.t b/test/files/40-auth-basic.t
new file mode 100644
index 0000000..8606001
--- /dev/null
+++ b/test/files/40-auth-basic.t
@@ -0,0 +1,5 @@
+>>>
+GET / HTTP/1.0
+Host: www.example.com
+Authorization: Basic aXZhbnI6c2VjcmV0
+