diff --git a/http-cat-errors/400.http b/http-cat-errors/400.http new file mode 100644 index 0000000..7d1a418 --- /dev/null +++ b/http-cat-errors/400.http @@ -0,0 +1,20 @@ +HTTP/1.0 400 Bad request +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + + diff --git a/http-cat-errors/401.http b/http-cat-errors/401.http new file mode 100644 index 0000000..17b3cac --- /dev/null +++ b/http-cat-errors/401.http @@ -0,0 +1,20 @@ +HTTP/1.0 401 Unauthorized +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + + diff --git a/http-cat-errors/403.http b/http-cat-errors/403.http new file mode 100644 index 0000000..e288313 --- /dev/null +++ b/http-cat-errors/403.http @@ -0,0 +1,20 @@ +HTTP/1.0 403 Forbidden +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + + diff --git a/http-cat-errors/404.http b/http-cat-errors/404.http new file mode 100644 index 0000000..850b9dd --- /dev/null +++ b/http-cat-errors/404.http @@ -0,0 +1,20 @@ +HTTP/1.1 404 Not Found +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + + diff --git a/http-cat-errors/408.http b/http-cat-errors/408.http new file mode 100644 index 0000000..38e15fb --- /dev/null +++ b/http-cat-errors/408.http @@ -0,0 +1,20 @@ +HTTP/1.0 408 Request Time-out +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + + diff --git a/http-cat-errors/500.http b/http-cat-errors/500.http new file mode 100644 index 0000000..dce69e5 --- /dev/null +++ b/http-cat-errors/500.http @@ -0,0 +1,20 @@ +HTTP/1.0 500 Server Error +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + + diff --git a/http-cat-errors/502.http b/http-cat-errors/502.http new file mode 100644 index 0000000..60ed4ba --- /dev/null +++ b/http-cat-errors/502.http @@ -0,0 +1,20 @@ +HTTP/1.0 502 Bad Gateway +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + + diff --git a/http-cat-errors/503.http b/http-cat-errors/503.http new file mode 100644 index 0000000..6554e40 --- /dev/null +++ b/http-cat-errors/503.http @@ -0,0 +1,20 @@ +HTTP/1.0 503 Service Unavailable +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + + diff --git a/http-cat-errors/504.http b/http-cat-errors/504.http new file mode 100644 index 0000000..0fa2124 --- /dev/null +++ b/http-cat-errors/504.http @@ -0,0 +1,20 @@ +HTTP/1.0 504 Gateway Time-out +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + +