Enumerator
|
GOS_HTTP_STATUS_SWITCHING_PROTOCOLS
|
! The server has received the request headers and the client should proceed to send the request body.
|
GOS_HTTP_STATUS_RESPONSE_OK
|
! The requester has asked the server to switch protocols and the server has agreed to do so.
|
GOS_HTTP_STATUS_CREATED
|
! Standard response for successful HTTP requests.
|
GOS_HTTP_STATUS_ACCEPTED
|
! The request has been fulfilled, resulting in the creation of a new resource.
|
GOS_HTTP_STATUS_NONAUTHORITATIVE
|
! The request has been accepted for processing, but the processing has not been completed.
|
GOS_HTTP_STATUS_NO_CONTENT
|
! The server is a transforming proxy that received a 200 OK from its origin, but is returning a modified version of the origin's response.
|
GOS_HTTP_STATUS_RESET_CONTENT
|
! The server successfully processed the request and is not returning any content.
|
GOS_HTTP_STATUS_PARTIAL_CONTENT
|
! The server successfully processed the request, but is not returning any content.
|
GOS_HTTP_STATUS_MULTIPLE_CHOICES
|
! The server is delivering only part of the resource due to a range header sent by the client.
|
GOS_HTTP_STATUS_MOVED_PERMANENTLY
|
! Indicates multiple options for the resource from which the client may choose.
|
GOS_HTTP_STATUS_FOUND
|
! This and all future requests should be directed to the given URI.
|
GOS_HTTP_STATUS_SEE_OTHER
|
! Tells the client to look at (browse to) another url.
|
GOS_HTTP_STATUS_NOT_MODIFIED
|
! The response to the request can be found under another URI using the GET method.
|
GOS_HTTP_STATUS_USEPROXY
|
! Indicates that the resource has not been modified since the version specified by the request headers.
|
GOS_HTTP_STATUS_TEMPORARY_REDIRECT
|
! The requested resource is available only through a proxy.
|
GOS_HTTP_STATUS_BAD_REQUEST
|
! In this case, the request should be repeated with another URI; however, future requests should still use the original URI.
|
GOS_HTTP_STATUS_UNAUTHORIZED
|
! The server cannot or will not process the request due to an apparent client error.
|
GOS_HTTP_STATUS_PAYMENT_REQUIRED
|
! Authentication is required and has failed or has not yet been provided.
|
GOS_HTTP_STATUS_FORBIDDEN
|
! Reserved for future use.
|
GOS_HTTP_STATUS_NOT_FOUND
|
! The request was valid, but the server is refusing action.
|
GOS_HTTP_STATUS_METHOD_NOT_ALLOWED
|
! The requested resource could not be found but may be available in the future.
|
GOS_HTTP_STATUS_NOT_ACCEPTABLE
|
! A request method is not supported for the requested resource.
|
GOS_HTTP_STATUS_PROXY_AUTHENTICATION_REQUIRED
|
! The requested resource is capable of generating only content not acceptable according to the Accept headers sent in the request.
|
GOS_HTTP_STATUS_REQUEST_TIMEOUT
|
! he client must first authenticate itself with the proxy.
|
GOS_HTTP_STATUS_CONFLICT
|
! The server timed out waiting for the request.
|
GOS_HTTP_STATUS_GONE
|
! The request could not be processed because of conflict in the current state of the resource.
|
GOS_HTTP_STATUS_LENGTH_REQUIRED
|
! The resource requested is no longer available and will not be available again.
|
GOS_HTTP_STATUS_PRECONDITION_FAILED
|
! The request did not specify the length of its content.
|
GOS_HTTP_STATUS_REQUESTENTITYTOOLARGE
|
! The server does not meet one of the preconditions that the requester put on the request.
|
GOS_HTTP_STATUS_REQUESTURITOOLONG
|
! The request is larger than the server is willing or able to process.
|
GOS_HTTP_STATUS_UNSUPPORTEDMEDIATYPE
|
! The URI provided was too long for the server to process.
|
GOS_HTTP_STATUS_REQUESTED_RANGE_NOT_SATISFIABLE
|
! The request entity has a media type which the server or resource does not support.
|
GOS_HTTP_STATUS_EXPECTATION_FAILED
|
! The client has asked for a portion of the file, but the server cannot supply that portion.
|
GOS_HTTP_STATUS_INTERNAL_SERVER_ERROR
|
! The server cannot meet the requirements of the Expect request-header field.
|
GOS_HTTP_STATUS_NOT_IMPLEMENTED
|
! A generic error message, no more specific message is suitable.
|
GOS_HTTP_STATUS_BAD_GATEWAY
|
! The server either does not recognize the request method, or it lacks the ability to fulfil the request.
|
GOS_HTTP_STATUS_SERVICE_UNAVAILABLE
|
! The server was acting as a gateway or proxy and received an invalid response from the upstream server.
|
GOS_HTTP_STATUS_GATEWAY_TIMEOUT
|
! The server is currently unavailable (because it is overloaded or down for maintenance).
|
GOS_HTTP_STATUS_VERSION_NOT_SUPPORTED
|
! The server was acting as a gateway or proxy and did not receive a timely response from the upstream server.
|