DotNetDupe 4.0.6
C++17/20 Implementation of the .NET Base Class Library (BCL)
Loading...
Searching...
No Matches
HttpStatusCode.h File Reference

Defines HTTP status codes defined for HTTP/1.1 and HTTP/2. More...

Go to the source code of this file.

Namespaces

namespace  DotNetDupe
namespace  DotNetDupe::System
namespace  DotNetDupe::System::Net

Enumerations

enum class  DotNetDupe::System::Net::HttpStatusCode {
  DotNetDupe::System::Net::Continue = 100 , DotNetDupe::System::Net::SwitchingProtocols = 101 , DotNetDupe::System::Net::OK = 200 , DotNetDupe::System::Net::Created = 201 ,
  DotNetDupe::System::Net::Accepted = 202 , DotNetDupe::System::Net::NonAuthoritativeInformation = 203 , DotNetDupe::System::Net::NoContent = 204 , DotNetDupe::System::Net::ResetContent = 205 ,
  DotNetDupe::System::Net::PartialContent = 206 , DotNetDupe::System::Net::MultipleChoices = 300 , DotNetDupe::System::Net::Ambiguous = 300 , DotNetDupe::System::Net::MovedPermanently = 301 ,
  DotNetDupe::System::Net::Moved = 301 , DotNetDupe::System::Net::Found = 302 , DotNetDupe::System::Net::Redirect = 302 , DotNetDupe::System::Net::SeeOther = 303 ,
  DotNetDupe::System::Net::RedirectMethod = 303 , DotNetDupe::System::Net::NotModified = 304 , DotNetDupe::System::Net::UseProxy = 305 , DotNetDupe::System::Net::Unused = 306 ,
  DotNetDupe::System::Net::TemporaryRedirect = 307 , DotNetDupe::System::Net::RedirectKeepVerb = 307 , DotNetDupe::System::Net::PermanentRedirect = 308 , DotNetDupe::System::Net::BadRequest = 400 ,
  DotNetDupe::System::Net::Unauthorized = 401 , DotNetDupe::System::Net::PaymentRequired = 402 , DotNetDupe::System::Net::Forbidden = 403 , DotNetDupe::System::Net::NotFound = 404 ,
  DotNetDupe::System::Net::MethodNotAllowed = 405 , DotNetDupe::System::Net::NotAcceptable = 406 , DotNetDupe::System::Net::ProxyAuthenticationRequired = 407 , DotNetDupe::System::Net::RequestTimeout = 408 ,
  DotNetDupe::System::Net::Conflict = 409 , DotNetDupe::System::Net::Gone = 410 , DotNetDupe::System::Net::LengthRequired = 411 , DotNetDupe::System::Net::PreconditionFailed = 412 ,
  DotNetDupe::System::Net::RequestEntityTooLarge = 413 , DotNetDupe::System::Net::RequestUriTooLong = 414 , DotNetDupe::System::Net::UnsupportedMediaType = 415 , DotNetDupe::System::Net::RequestedRangeNotSatisfiable = 416 ,
  DotNetDupe::System::Net::ExpectationFailed = 417 , DotNetDupe::System::Net::MisdirectedRequest = 421 , DotNetDupe::System::Net::UnprocessableEntity = 422 , DotNetDupe::System::Net::Locked = 423 ,
  DotNetDupe::System::Net::FailedDependency = 424 , DotNetDupe::System::Net::UpgradeRequired = 426 , DotNetDupe::System::Net::PreconditionRequired = 428 , DotNetDupe::System::Net::TooManyRequests = 429 ,
  DotNetDupe::System::Net::RequestHeaderFieldsTooLarge = 431 , DotNetDupe::System::Net::UnavailableForLegalReasons = 451 , DotNetDupe::System::Net::InternalServerError = 500 , DotNetDupe::System::Net::NotImplemented = 501 ,
  DotNetDupe::System::Net::BadGateway = 502 , DotNetDupe::System::Net::ServiceUnavailable = 503 , DotNetDupe::System::Net::GatewayTimeout = 504 , DotNetDupe::System::Net::HttpVersionNotSupported = 505 ,
  DotNetDupe::System::Net::VariantAlsoNegotiates = 506 , DotNetDupe::System::Net::InsufficientStorage = 507 , DotNetDupe::System::Net::LoopDetected = 508 , DotNetDupe::System::Net::NotExtended = 510 ,
  DotNetDupe::System::Net::NetworkAuthenticationRequired = 511
}
 Contains the values of status codes defined for HTTP in RFC 9110 and RFC 7231. More...

Detailed Description

Defines HTTP status codes defined for HTTP/1.1 and HTTP/2.

Definition in file HttpStatusCode.h.