From 0f655ca54fbe1519081cb3f45298d6e2a24938be Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 7 Jun 2020 16:13:54 +0200 Subject: [PATCH] Initial commit --- 400.http | 18 ++++++++++++++++++ 403.http | 18 ++++++++++++++++++ 408.http | 16 ++++++++++++++++ 500.http | 17 +++++++++++++++++ 502.http | 17 +++++++++++++++++ 503.http | 18 ++++++++++++++++++ 504.http | 17 +++++++++++++++++ 7 files changed, 121 insertions(+) create mode 100644 400.http create mode 100644 403.http create mode 100644 408.http create mode 100644 500.http create mode 100644 502.http create mode 100644 503.http create mode 100644 504.http diff --git a/400.http b/400.http new file mode 100644 index 0000000..a104c48 --- /dev/null +++ b/400.http @@ -0,0 +1,18 @@ +HTTP/1.0 400 Bad request +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + +
+ +

Bad request

+

Your browser sent an invalid request.

+Error: 400 +
+ + diff --git a/403.http b/403.http new file mode 100644 index 0000000..e2ea142 --- /dev/null +++ b/403.http @@ -0,0 +1,18 @@ +HTTP/1.0 403 Forbidden +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + +
+ +

Forbidden

+

Request forbidden by administrative rules.

+Error: 403 +

+ + diff --git a/408.http b/408.http new file mode 100644 index 0000000..cb9da0a --- /dev/null +++ b/408.http @@ -0,0 +1,16 @@ +HTTP/1.0 408 Request Time-out +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + +
+ +

Request Time-out

+

Your browser didn't send a complete request in time.

+Error: 408 + diff --git a/500.http b/500.http new file mode 100644 index 0000000..a187e90 --- /dev/null +++ b/500.http @@ -0,0 +1,17 @@ +HTTP/1.0 500 Internal Server Error +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + +
+ +

Internal Server Error

+

An internal server error occurred.

+Error: 500 + + diff --git a/502.http b/502.http new file mode 100644 index 0000000..363b6bd --- /dev/null +++ b/502.http @@ -0,0 +1,17 @@ +HTTP/1.0 502 Bad Gateway +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + +
+ +

Bad Gateway

+

The server returned an invalid or incomplete response.

+Error: 502 + + diff --git a/503.http b/503.http new file mode 100644 index 0000000..6973875 --- /dev/null +++ b/503.http @@ -0,0 +1,18 @@ +HTTP/1.0 503 Service Unavailable +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + +
+ +

Service Unavailable

+

No server is available to handle this request.

+Error: 503 +
+ + diff --git a/504.http b/504.http new file mode 100644 index 0000000..f026d30 --- /dev/null +++ b/504.http @@ -0,0 +1,17 @@ +HTTP/1.0 504 Gateway Time-out +Cache-Control: no-cache +Connection: close +Content-Type: text/html + + + + + + +
+ +

Gateway Time-out

+

The server didn't respond in time.

+Error: 504 + +