aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinteck ⭐ <nekostarfan@gmail.com>2021-11-07 17:24:50 +0100
committerMinteck ⭐ <nekostarfan@gmail.com>2021-11-07 17:24:50 +0100
commite10f3704263a3deb29f31e64efb35f2fd21698da (patch)
treeebf40e44934b45d9d3bbdb9b7cd34bf286b0c7e8
parenta0392a4912fe0c7a85c634ed4df6b054c2eddc9e (diff)
downloadbashweb-e10f3704263a3deb29f31e64efb35f2fd21698da.tar.gz
bashweb-e10f3704263a3deb29f31e64efb35f2fd21698da.tar.bz2
bashweb-e10f3704263a3deb29f31e64efb35f2fd21698da.zip
Add 'DEMO.md'
-rw-r--r--DEMO.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/DEMO.md b/DEMO.md
new file mode 100644
index 0000000..6e07f7f
--- /dev/null
+++ b/DEMO.md
@@ -0,0 +1,15 @@
+# Examples
+
+## HTTP/1.1 Request
+
+An HTTP <u>request</u> looks like this:
+```http
+GET / HTTP/1.1
+Host: 192.168.1.51:8000
+Connection: keep-alive
+Upgrade-Insecure-Requests: 1
+User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.54 Safari/537.36 Edg/95.0.1020.40
+Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9
+Accept-Encoding: gzip, deflate
+Accept-Language: en-US,en;q=0.9,fr;q=0.8
+``` \ No newline at end of file