Created
June 12, 2022 02:27
-
-
Save alelazcano/e0e7f837cbaa430d503ae05bce180b48 to your computer and use it in GitHub Desktop.
HTTP code response or errors, by httpstat.us
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP/1.1 200 OK | |
Content-Length: 6 | |
Content-Type: text/plain | |
Date: Sun, 12 Jun 2022 02:25:08 GMT | |
Response message: 200 OK |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP/1.1 429 Too Many Requests | |
Content-Length: 21 | |
Content-Type: text/plain | |
Date: Sun, 12 Jun 2022 02:26:10 GMT | |
Retry-After: 5 | |
Response message: 429 Too Many Requests |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP/1.1 {status code} {status description} | |
Content-Type: text/plain or application/json | |
Content-Length: {something} | |
{any custom response headers} | |
{status code} {status description} | |
{list of any custom response headers we added} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment