returnQString::fromLatin1("The server has received the request headers and the client should proceed to send the request body");
}
caseHTTP_SwitchingProtocol:{
returnQString::fromLatin1("The requester has asked the server to switch protocols and the server has agreed to do so");
}
caseHTTP_Processing:{
returnQString::fromLatin1("A WebDAV request may contain many sub-requests involving file operations, requiring a long time to complete the request");
}
caseHTTP_EarlyHints:{
returnQString::fromLatin1("Used to return some response headers before final HTTP message");
}
caseHTTP_Ok:{
returnQString::fromLatin1("Standard response for successful HTTP requests");
}
caseHTTP_Created:{
returnQString::fromLatin1("The request has been fulfilled, resulting in the creation of a new resource");
}
caseHTTP_Accepted:{
returnQString::fromLatin1("The request has been accepted for processing, but the processing has not been completed");
}
caseHTTP_NonAuthoritativeInformation:{
returnQString::fromLatin1("The server is a transforming proxy");
}
caseHTTP_NoContent:{
returnQString::fromLatin1("The server successfully processed the request, and is not returning any content");
}
caseHTTP_ResetContent:{
returnQString::fromLatin1("The server successfully processed the request, asks that the requester reset its document view, and is not returning any content");
}
caseHTTP_PartialContent:{
returnQString::fromLatin1("The server is delivering only part of the resource (byte serving) due to a range header sent by the client");
}
caseHTTP_MultiStatus:{
returnQString::fromLatin1("The message body that follows is by default an XML message and can contain a number of separate response codes, depending on how many sub-requests were made");
}
caseHTTP_AlreadyReported:{
returnQString::fromLatin1("The members of a DAV binding have already been enumerated in a preceding part of the (multistatus) response, and are not being included again");
}
caseHTTP_IMUsed:{
returnQString::fromLatin1("The server has fulfilled a request for the resource, and the response is a representation of the result of one or more instance-manipulations applied to the current instance");
}
caseHTTP_MultipleChoices:{
returnQString::fromLatin1("Indicates multiple options for the resource from which the client may choose (via agent-driven content negotiation)");
}
caseHTTP_MovedPermanently:{
returnQString::fromLatin1("This and all future requests should be directed to the given URI");
}
caseHTTP_Found:{
returnQString::fromLatin1("Tells the client to look at (browse to) another URL");
}
caseHTTP_SeeOther:{
returnQString::fromLatin1("The response to the request can be found under another URI using the GET method");
}
caseHTTP_NotModified:{
returnQString::fromLatin1("Indicates that the resource has not been modified since the version specified by the request headers If-Modified-Since or If-None-Match");
}
caseHTTP_UseProxy:{
returnQString::fromLatin1("The requested resource is available only through a proxy, the address for which is provided in the response");
}
caseHTTP_SwitchProxy:{
returnQString::fromLatin1("Subsequent requests should use the specified proxy");
}
caseHTTP_TemporaryRedirect:{
returnQString::fromLatin1("In this case, the request should be repeated with another URI; however, future requests should still use the original URI");
}
caseHTTP_PermanentRedirect:{
returnQString::fromLatin1("This and all future requests should be directed to the given URI");
}
caseHTTP_BadRequest:{
returnQString::fromLatin1("The server cannot or will not process the request due to an apparent client error");
}
caseHTTP_Unauthorized:{
returnQString::fromLatin1("Similar to 403 Forbidden, but specifically for use when authentication is required and has failed or has not yet been provided");
}
caseHTTP_PaymentRequired:{
returnQString::fromLatin1("Reserved for future use");
}
caseHTTP_Forbidden:{
returnQString::fromLatin1("The request contained valid data and was understood by the server, but the server is refusing action");
}
caseHTTP_NotFound:{
returnQString::fromLatin1("The requested resource could not be found but may be available in the future");
}
caseHTTP_MethodNotAllowed:{
returnQString::fromLatin1("A request method is not supported for the requested resource");
}
caseHTTP_NotAcceptable:{
returnQString::fromLatin1("The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request");
}
caseHTTP_ProxyAuthenticationRequired:{
returnQString::fromLatin1("The client must first authenticate itself with the proxy");
}
caseHTTP_RequestTimeout:{
returnQString::fromLatin1("The server timed out waiting for the request");
}
caseHTTP_Conflict:{
returnQString::fromLatin1("Indicates that the request could not be processed because of conflict in the current state of the resource");
}
caseHTTP_Gone:{
returnQString::fromLatin1("Indicates that the resource requested is no longer available and will not be available again");
}
caseHTTP_LengthRequired:{
returnQString::fromLatin1("The request did not specify the length of its content, which is required by the requested resource");
}
caseHTTP_PreconditionFailed:{
returnQString::fromLatin1("The server does not meet one of the preconditions that the requester put on the request header fields");
}
caseHTTP_PayloadTooLarge:{
returnQString::fromLatin1("The request is larger than the server is willing or able to process");
}
caseHTTP_URITooLong:{
returnQString::fromLatin1("The URI provided was too long for the server to process");
}
caseHTTP_UnsupportedMediaType:{
returnQString::fromLatin1("The request entity has a media type which the server or resource does not support");
}
caseHTTP_RangeNotSatisfiable:{
returnQString::fromLatin1("The client has asked for a portion of the file (byte serving), but the server cannot supply that portion");
}
caseHTTP_ExpectationFailed:{
returnQString::fromLatin1("The server cannot meet the requirements of the Expect request-header field");
}
caseHTTP_Imateapot:{
returnQString::fromLatin1("This code was defined in 1998 as one of the traditional IETF April Fools' jokes");
}
caseHTTP_MisdirectedRequest:{
returnQString::fromLatin1("The request was directed at a server that is not able to produce a response");
}
caseHTTP_UnprocessableEntity:{
returnQString::fromLatin1("The request was well-formed but was unable to be followed due to semantic errors");
}
caseHTTP_Locked:{
returnQString::fromLatin1("The resource that is being accessed is locked");
}
caseHTTP_FailedDependency:{
returnQString::fromLatin1("The request failed because it depended on another request and that request failed");
}
caseHTTP_TooEarly:{
returnQString::fromLatin1("Indicates that the server is unwilling to risk processing a request that might be replayed");
}
caseHTTP_UpgradeRequired:{
returnQString::fromLatin1("The client should switch to a different protocol such as TLS/1.3, given in the Upgrade header field");
}
caseHTTP_PreconditionRequired:{
returnQString::fromLatin1("The origin server requires the request to be conditional");
}
caseHTTP_TooManyRequests:{
returnQString::fromLatin1("The user has sent too many requests in a given amount of time");
}
caseHTTP_RequestHeaderFieldsTooLarge:{
returnQString::fromLatin1("The server is unwilling to process the request because either an individual header field, or all the header fields collectively, are too large");
}
caseHTTP_UnavailableForLegalReasons:{
returnQString::fromLatin1("A server operator has received a legal demand to deny access to a resource or to a set of resources that includes the requested resource");
}
caseHTTP_InternalServerError:{
returnQString::fromLatin1("A generic error message, given when an unexpected condition was encountered and no more specific message is suitable");
}
caseHTTP_NotImplemented:{
returnQString::fromLatin1("The server either does not recognize the request method, or it lacks the ability to fulfil the request");
}
caseHTTP_BadGateway:{
returnQString::fromLatin1("The server was acting as a gateway or proxy and received an invalid response from the upstream server");
}
caseHTTP_ServiceUnavailable:{
returnQString::fromLatin1("The server cannot handle the request (because it is overloaded or down for maintenance)");
}
caseHTTP_GatewayTimeout:{
returnQString::fromLatin1("The server was acting as a gateway or proxy and did not receive a timely response from the upstream server");
}
caseHTTP_HTTPVersionNotSupported:{
returnQString::fromLatin1("The server does not support the HTTP protocol version used in the request");
}
caseHTTP_VariantAlsoNegotiates:{
returnQString::fromLatin1("Transparent content negotiation for the request results in a circular reference");
}
caseHTTP_InsufficientStorage:{
returnQString::fromLatin1("The server is unable to store the representation needed to complete the request");
}
caseHTTP_LoopDetected:{
returnQString::fromLatin1("The server detected an infinite loop while processing the request (sent instead of 208 Already Reported).");
}
caseHTTP_NotExtended:{
returnQString::fromLatin1("Further extensions to the request are required for the server to fulfil it");
}
caseHTTP_NetworkAuthenticationRequired:{
returnQString::fromLatin1("The client needs to authenticate to gain network access");