Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

codes.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "100": "Continue",
  3. "101": "Switching Protocols",
  4. "102": "Processing",
  5. "200": "OK",
  6. "201": "Created",
  7. "202": "Accepted",
  8. "203": "Non-Authoritative Information",
  9. "204": "No Content",
  10. "205": "Reset Content",
  11. "206": "Partial Content",
  12. "207": "Multi-Status",
  13. "208": "Already Reported",
  14. "226": "IM Used",
  15. "300": "Multiple Choices",
  16. "301": "Moved Permanently",
  17. "302": "Found",
  18. "303": "See Other",
  19. "304": "Not Modified",
  20. "305": "Use Proxy",
  21. "306": "(Unused)",
  22. "307": "Temporary Redirect",
  23. "308": "Permanent Redirect",
  24. "400": "Bad Request",
  25. "401": "Unauthorized",
  26. "402": "Payment Required",
  27. "403": "Forbidden",
  28. "404": "Not Found",
  29. "405": "Method Not Allowed",
  30. "406": "Not Acceptable",
  31. "407": "Proxy Authentication Required",
  32. "408": "Request Timeout",
  33. "409": "Conflict",
  34. "410": "Gone",
  35. "411": "Length Required",
  36. "412": "Precondition Failed",
  37. "413": "Payload Too Large",
  38. "414": "URI Too Long",
  39. "415": "Unsupported Media Type",
  40. "416": "Range Not Satisfiable",
  41. "417": "Expectation Failed",
  42. "418": "I'm a teapot",
  43. "421": "Misdirected Request",
  44. "422": "Unprocessable Entity",
  45. "423": "Locked",
  46. "424": "Failed Dependency",
  47. "425": "Unordered Collection",
  48. "426": "Upgrade Required",
  49. "428": "Precondition Required",
  50. "429": "Too Many Requests",
  51. "431": "Request Header Fields Too Large",
  52. "451": "Unavailable For Legal Reasons",
  53. "500": "Internal Server Error",
  54. "501": "Not Implemented",
  55. "502": "Bad Gateway",
  56. "503": "Service Unavailable",
  57. "504": "Gateway Timeout",
  58. "505": "HTTP Version Not Supported",
  59. "506": "Variant Also Negotiates",
  60. "507": "Insufficient Storage",
  61. "508": "Loop Detected",
  62. "509": "Bandwidth Limit Exceeded",
  63. "510": "Not Extended",
  64. "511": "Network Authentication Required"
  65. }