Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 3e9529b

Browse files
Update HTTPSRequest test
1 parent 90bf53c commit 3e9529b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: Examples/HTTPSRequest/event.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"url": "https://raw.githubusercontent.com/swift-sprinter/aws-lambda-swift-sprinter/master/Examples/HTTPSRequest/outfile.json"
2+
"url": "https://raw.githubusercontent.com/swift-sprinter/aws-lambda-swift-sprinter/master/Examples/HTTPSRequest/test.txt"
33
}

Diff for: Examples/HTTPSRequest/outfile.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"content":"<!doctype html>\n<html>\n<head>\n <title>Example Domain<\/title>\n\n <meta charset=\"utf-8\" \/>\n <meta http-equiv=\"Content-type\" content=\"text\/html; charset=utf-8\" \/>\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" \/>\n <style type=\"text\/css\">\n body {\n background-color: #f0f0f2;\n margin: 0;\n padding: 0;\n font-family: -apple-system, system-ui, BlinkMacSystemFont, \"Segoe UI\", \"Open Sans\", \"Helvetica Neue\", Helvetica, Arial, sans-serif;\n \n }\n div {\n width: 600px;\n margin: 5em auto;\n padding: 2em;\n background-color: #fdfdff;\n border-radius: 0.5em;\n box-shadow: 2px 3px 7px 2px rgba(0,0,0,0.02);\n }\n a:link, a:visited {\n color: #38488f;\n text-decoration: none;\n }\n @media (max-width: 700px) {\n div {\n margin: 0 auto;\n width: auto;\n }\n }\n <\/style> \n<\/head>\n\n<body>\n<div>\n <h1>Example Domain<\/h1>\n <p>This domain is for use in illustrative examples in documents. You may use this\n domain in literature without prior coordination or asking for permission.<\/p>\n <p><a href=\"https:\/\/www.iana.org\/domains\/example\">More information...<\/a><\/p>\n<\/div>\n<\/body>\n<\/html>\n"}
1+
{"content":"Hello HTTPS World! Hello Swift Sprinter!"}

Diff for: Examples/HTTPSRequest/test.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Hello HTTPS World! Hello Swift Sprinter!

0 commit comments

Comments
 (0)