aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinteck <nekostarfan@gmail.com>2021-11-14 19:12:34 +0000
committerMinteck <nekostarfan@gmail.com>2021-11-14 19:12:34 +0000
commit72656d4ed574483f1d86f0cd136c15b2ecd8276c (patch)
tree62e8037f8320c7a0f98fcd594d42cc74a8cb2a8e
parent62fedcdea0b7441c296590c069f0358f9925c7c9 (diff)
downloadbashweb-72656d4ed574483f1d86f0cd136c15b2ecd8276c.tar.gz
bashweb-72656d4ed574483f1d86f0cd136c15b2ecd8276c.tar.bz2
bashweb-72656d4ed574483f1d86f0cd136c15b2ecd8276c.zip
Cleanup
-rw-r--r--DEMO.md43
-rw-r--r--in.txt0
-rw-r--r--testing-grounds/e1
-rw-r--r--testing-grounds/thing.sh2
4 files changed, 0 insertions, 46 deletions
diff --git a/DEMO.md b/DEMO.md
deleted file mode 100644
index ca11840..0000000
--- a/DEMO.md
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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
-```
-
-## HTTP/1.1 Response
-
-An HTTP <u>response</u> looks like this:
-```http
-HTTP/1.1 200 OK
-Server: nginx
-Date: Sun, 07 Nov 2021 16:25:17 GMT
-Content-Type: text/html; charset=utf-8
-Content-Length: 14
-Connection: keep-alive
-X-Frame-Options: SAMEORIGIN
-X-XSS-Protection: 1; mode=block
-Cache-Control: private, no-cache, no-store, must-revalidate
-X-Content-Type-Options: nosniff
-Pragma: no-cache
-Expires: Sat, 01 Jan 2000 00:00:00 GMT
-Referrer-Policy: no-referrer-when-downgrade
-
-The content goes here.
-```
-
-* The empty line is important as it marks the end of the headers and the start of the actual content.
-
-The following headers are especially important:
-* `Content-Type` marks the type of content and what the browser needs to do with it.
-* `Server` is the name of the server software. We'll probably put `Bashweb/1.0 <https://source.minteck.org/minteck/bashweb>` in here.
-* `Content-Length` is not required but recommended, especially with file downloads. \ No newline at end of file
diff --git a/in.txt b/in.txt
deleted file mode 100644
index e69de29..0000000
--- a/in.txt
+++ /dev/null
diff --git a/testing-grounds/e b/testing-grounds/e
deleted file mode 100644
index 827e2ad..0000000
--- a/testing-grounds/e
+++ /dev/null
@@ -1 +0,0 @@
-idfk lol
diff --git a/testing-grounds/thing.sh b/testing-grounds/thing.sh
deleted file mode 100644
index 05a7907..0000000
--- a/testing-grounds/thing.sh
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/bash
-