{
  "200": "ok",
  "201": "created",
  "202": "accepted",
  "203": "nonAuthoritativeInformation",
  "204": "noContent",
  "205": "resetContent",
  "206": "partialContent",
  "300": "multipleChoices",
  "301": "movedPermanently",
  "302": "found",
  "303": "seeOther",
  "304": "notModified",
  "305": "useProxy",
  "306": "unused",
  "307": "temporaryRedirect",
  "308": "permanentRedirect",
  "400": "badRequest",
  "401": "unauthorized",
  "402": "paymentRequired",
  "403": "forbidden",
  "404": "notFound",
  "405": "methodNotAllowed",
  "406": "notAcceptable",
  "407": "proxyAuthenticationRequired",
  "408": "requestTimeout",
  "409": "conflict",
  "410": "gone",
  "411": "lengthRequired",
  "412": "preconditionRequired",
  "413": "requestEntryTooLarge",
  "414": "requestURITooLong",
  "415": "unsupportedMediaType",
  "416": "requestedRangeNotSatisfiable",
  "417": "expectationFailed",
  "418": "iAmATeapot",
  "422": "unprocessableEntity",
  "428": "preconditionRequired",
  "429": "tooManyRequests",
  "431": "requestHeaderFieldsTooLarge",
  "451": "unavailableForLegalReasons",
  "500": "internalServerError",
  "501": "notImplemented",
  "502": "badGateway",
  "503": "serviceUnavailable",
  "504": "gatewayTimeout",
  "505": "httpVersionNotSupported",
  "511": "networkAuthenticationRequired",
  "520": "webServerIsReturningAnUnknownError",
  "522": "connectionTimedOut",
  "524": "aTimeoutOccurred"
}
