https://github.com/ximilsoft/http-status-codes
HTTP status codes list (Code, Status, Description) in CSV and json.
https://github.com/ximilsoft/http-status-codes
http-status-code http-status-code-searcher http-status-codes http-statuscodes status-code status-codes
Last synced: 3 months ago
JSON representation
HTTP status codes list (Code, Status, Description) in CSV and json.
- Host: GitHub
- URL: https://github.com/ximilsoft/http-status-codes
- Owner: ximilsoft
- Created: 2024-03-29T03:54:37.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T04:52:04.000Z (over 1 year ago)
- Last Synced: 2025-01-25T20:08:28.517Z (12 months ago)
- Topics: http-status-code, http-status-code-searcher, http-status-codes, http-statuscodes, status-code, status-codes
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Http Status Codes
List of HTTP status codes (Code, Status, Description) in CSV and JSON formats.
## What is HTTP status code?
An HTTP status code is a message a website 's server sends to the browser to indicate whether or not that request can be fulfilled. Status codes specs are set by the W3C. Status codes are embedded in the HTTP header of a page to tell the browser the result of its request.
# Sources
- [Http Status Codes](https://www.webfx.com/web-development/glossary/http-status-codes/).