summaryrefslogtreecommitdiff
path: root/tests/test-http-client.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-http-client.lua')
-rw-r--r--tests/test-http-client.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-http-client.lua b/tests/test-http-client.lua
index 7d0e095..447799c 100644
--- a/tests/test-http-client.lua
+++ b/tests/test-http-client.lua
@@ -1,3 +1,4 @@
+-- See LICENSE file for copyright and license details.
l = require "luxio"
local req = "GET / HTTP/1.1\r\nHost: www.rjek.com\r\nConnection: close\r\n\r\n"