Enum gdnative::HTTPClientResponseCode[][src]

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

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