Giter Site home page Giter Site logo

https-status-codes's Introduction

Status-Codes

HTTP status codes

  • .json format

More formats coming soon!

{
    "StatusCodes": {
        "200": "Everything is OK",
        "201": "Created.",
        "202": "Accepted.",
        "203": "Non-Authoritative Information.",
        "204": "No Content.",
        "205": "Reset Content.",
        "206": "Partial Content.",
        "300": "Multiple Choices.",
        "301": "The requested resource has been moved permanently.",
        "302": "The requested resource has moved, but was found.",
        "303": "See Other.",
        "304": "The requested resource has not been modified since the last time you accessed it.",
        "307": "Temporary Redirect.",
        "308": "Permanent Redirect.",
        "400": "Bad Request.",
        "401": "Unauthorized",
        "402": "Payment Required.",
        "403": "Access to that resource is forbidden.",
        "404": "The requested resource was not found.",
        "405": "Method not allowed.",
        "406": "Not acceptable response.",
        "407": "Proxy Authentication Required.",
        "408": "The server timed out waiting for the rest of the request from the browser.",
        "409": "Conflict.",
        "410": "The requested resource is gone and wont be coming back.",
        "411": "Length Required.",
        "412": "Precondition Failed.",
        "413": "Request Entity Too Large.",
        "414": "URI Too Long.",
        "415": "Unsupported Media Type.",
        "416": "Range Not Satisfiable.",
        "417": "Expectation Failed.",
        "418": "Im a teapot.",
        "422": "Unprocessable Entity.",
        "425": "To Early.",
        "426": "Upgrade Required.",
        "428": "Precondition Required.",
        "429": "Too many requests.",
        "431": "Request Header Fields Too Large.",
        "451": "Unavailable for Legal Reasons.",
        "499": "Client closed request.",
        "500": "There was an error on the server and the request could not be completed",
        "501": "Not Implemented.",
        "502": "Bad Gateway.",
        "503": "The server is unavailable to handle this request right now.",
        "504": "The server, acting as a gateway, timed out waiting for another server to respond.",
        "505": "HTTP Version Not Supported.",
        "508": "Resource Limit Is Reached.",
        "509": "Bandwidth Limit Exceeded.",
        "511": "Network Authentication Required.",
        "521": "Web server is down.",
        "525": "SSL Handshake Failed."
    }
}
  • Markdown format
Code Description
200 Everything is OK
201 Created.
202 Accepted.
203 Non-Authoritative Information.
204 No Content.
205 Reset Content.
206 Partial Content.
300 Multiple Choices.
301 The requested resource has been moved permanently.
302 The requested resource has moved, but was found.
303 See Other.
304 The requested resource has not been modified since the last time you accessed it.
307 Temporary Redirect.
308 Permanent Redirect.
400 Bad Request.
401 Unauthorized
402 Payment Required.
403 Access to that resource is forbidden.
404 The requested resource was not found.
405 Method not allowed.
406 Not acceptable response.
407 Proxy Authentication Required.
408 The server timed out waiting for the rest of the request from the browser.
409 Conflict.
410 The requested resource is gone and wont be coming back.
411 Length Required.
412 Precondition Failed.
413 Request Entity Too Large.
414 URI Too Long.
415 Unsupported Media Type.
416 Range Not Satisfiable.
417 Expectation Failed.
418 Im a teapot.
422 Unprocessable Entity.
425 To Early.
426 Upgrade Required.
428 Precondition Required.
429 Too many requests.
431 Request Header Fields Too Large.
451 Unavailable for Legal Reasons.
499 Client closed request.
500 There was an error on the server and the request could not be completed
501 Not Implemented.
502 Bad Gateway.
503 The server is unavailable to handle this request right now.
504 The server, acting as a gateway, timed out waiting for another server to respond.
505 HTTP Version Not Supported.
508 Resource Limit Is Reached.
509 Bandwidth Limit Exceeded.
511 Network Authentication Required.
521 Web server is down.
525 SSL Handshake Failed.

https-status-codes's People

Contributors

risetothetop2127 avatar rdjarbeng avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.