Skip to content

Instantly share code, notes, and snippets.

@alelazcano
Created June 12, 2022 02:27
Show Gist options
  • Save alelazcano/e0e7f837cbaa430d503ae05bce180b48 to your computer and use it in GitHub Desktop.
Save alelazcano/e0e7f837cbaa430d503ae05bce180b48 to your computer and use it in GitHub Desktop.
HTTP code response or errors, by httpstat.us
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
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
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