Enum gdnative_network::HTTPClientResponseCode[][src]

#[repr(u32)]
pub enum HTTPClientResponseCode { ResponseContinue, ResponseSwitchingProtocols, ResponseProcessing, ResponseOk, ResponseCreated, ResponseAccepted, ResponseNonAuthoritativeInformation, ResponseNoContent, ResponseResetContent, ResponsePartialContent, ResponseMultiStatus, ResponseAlreadyReported, ResponseImUsed, ResponseMultipleChoices, ResponseMovedPermanently, ResponseFound, ResponseSeeOther, ResponseNotModified, ResponseUseProxy, ResponseSwitchProxy, ResponseTemporaryRedirect, ResponsePermanentRedirect, ResponseBadRequest, ResponseUnauthorized, ResponsePaymentRequired, ResponseForbidden, ResponseNotFound, ResponseMethodNotAllowed, ResponseNotAcceptable, ResponseProxyAuthenticationRequired, ResponseRequestTimeout, ResponseConflict, ResponseGone, ResponseLengthRequired, ResponsePreconditionFailed, ResponseRequestEntityTooLarge, ResponseRequestUriTooLong, ResponseUnsupportedMediaType, ResponseRequestedRangeNotSatisfiable, ResponseExpectationFailed, ResponseImATeapot, ResponseMisdirectedRequest, ResponseUnprocessableEntity, ResponseLocked, ResponseFailedDependency, ResponseUpgradeRequired, ResponsePreconditionRequired, ResponseTooManyRequests, ResponseRequestHeaderFieldsTooLarge, ResponseUnavailableForLegalReasons, ResponseInternalServerError, ResponseNotImplemented, ResponseBadGateway, ResponseServiceUnavailable, ResponseGatewayTimeout, ResponseHttpVersionNotSupported, ResponseVariantAlsoNegotiates, ResponseInsufficientStorage, ResponseLoopDetected, ResponseNotExtended, ResponseNetworkAuthRequired, }

Variants

Trait Implementations

impl Copy for HTTPClientResponseCode
[src]

impl Clone for HTTPClientResponseCode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HTTPClientResponseCode
[src]

Formats the value using the given formatter. Read more

impl PartialEq for HTTPClientResponseCode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for HTTPClientResponseCode
[src]

impl Hash for HTTPClientResponseCode
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations