HTTPStatusCode

Swift
public enum HTTPStatusCode: CUnsignedInt, Sendable

Steamworks EHTTPStatusCode


Topics

case invalid

Steamworks k_EHTTPStatusCodeInvalid

Declaration
Swift
case invalid = 0

case http100Continue

Steamworks k_EHTTPStatusCode100Continue

Declaration
Swift
case http100Continue = 100

case http101SwitchingProtocols

Steamworks k_EHTTPStatusCode101SwitchingProtocols

Declaration
Swift
case http101SwitchingProtocols = 101

case http200OK

Steamworks k_EHTTPStatusCode200OK

Declaration
Swift
case http200OK = 200

case http201Created

Steamworks k_EHTTPStatusCode201Created

Declaration
Swift
case http201Created = 201

case http202Accepted

Steamworks k_EHTTPStatusCode202Accepted

Declaration
Swift
case http202Accepted = 202

case http203NonAuthoritative

Steamworks k_EHTTPStatusCode203NonAuthoritative

Declaration
Swift
case http203NonAuthoritative = 203

case http204NoContent

Steamworks k_EHTTPStatusCode204NoContent

Declaration
Swift
case http204NoContent = 204

case http205ResetContent

Steamworks k_EHTTPStatusCode205ResetContent

Declaration
Swift
case http205ResetContent = 205

case http206PartialContent

Steamworks k_EHTTPStatusCode206PartialContent

Declaration
Swift
case http206PartialContent = 206

case http300MultipleChoices

Steamworks k_EHTTPStatusCode300MultipleChoices

Declaration
Swift
case http300MultipleChoices = 300

case http301MovedPermanently

Steamworks k_EHTTPStatusCode301MovedPermanently

Declaration
Swift
case http301MovedPermanently = 301

case http302Found

Steamworks k_EHTTPStatusCode302Found

Declaration
Swift
case http302Found = 302

case http303SeeOther

Steamworks k_EHTTPStatusCode303SeeOther

Declaration
Swift
case http303SeeOther = 303

case http304NotModified

Steamworks k_EHTTPStatusCode304NotModified

Declaration
Swift
case http304NotModified = 304

case http305UseProxy

Steamworks k_EHTTPStatusCode305UseProxy

Declaration
Swift
case http305UseProxy = 305

case http307TemporaryRedirect

Steamworks k_EHTTPStatusCode307TemporaryRedirect

Declaration
Swift
case http307TemporaryRedirect = 307

case http308PermanentRedirect

Steamworks k_EHTTPStatusCode308PermanentRedirect

Declaration
Swift
case http308PermanentRedirect = 308

case http400BadRequest

Steamworks k_EHTTPStatusCode400BadRequest

Declaration
Swift
case http400BadRequest = 400

case http401Unauthorized

Steamworks k_EHTTPStatusCode401Unauthorized

Declaration
Swift
case http401Unauthorized = 401

case http402PaymentRequired

Steamworks k_EHTTPStatusCode402PaymentRequired

Declaration
Swift
case http402PaymentRequired = 402

case http403Forbidden

Steamworks k_EHTTPStatusCode403Forbidden

Declaration
Swift
case http403Forbidden = 403

case http404NotFound

Steamworks k_EHTTPStatusCode404NotFound

Declaration
Swift
case http404NotFound = 404

case http405MethodNotAllowed

Steamworks k_EHTTPStatusCode405MethodNotAllowed

Declaration
Swift
case http405MethodNotAllowed = 405

case http406NotAcceptable

Steamworks k_EHTTPStatusCode406NotAcceptable

Declaration
Swift
case http406NotAcceptable = 406

case http407ProxyAuthRequired

Steamworks k_EHTTPStatusCode407ProxyAuthRequired

Declaration
Swift
case http407ProxyAuthRequired = 407

case http408RequestTimeout

Steamworks k_EHTTPStatusCode408RequestTimeout

Declaration
Swift
case http408RequestTimeout = 408

case http409Conflict

Steamworks k_EHTTPStatusCode409Conflict

Declaration
Swift
case http409Conflict = 409

case http410Gone

Steamworks k_EHTTPStatusCode410Gone

Declaration
Swift
case http410Gone = 410

case http411LengthRequired

Steamworks k_EHTTPStatusCode411LengthRequired

Declaration
Swift
case http411LengthRequired = 411

case http412PreconditionFailed

Steamworks k_EHTTPStatusCode412PreconditionFailed

Declaration
Swift
case http412PreconditionFailed = 412

case http413RequestEntityTooLarge

Steamworks k_EHTTPStatusCode413RequestEntityTooLarge

Declaration
Swift
case http413RequestEntityTooLarge = 413

case http414RequestURITooLong

Steamworks k_EHTTPStatusCode414RequestURITooLong

Declaration
Swift
case http414RequestURITooLong = 414

case http415UnsupportedMediaType

Steamworks k_EHTTPStatusCode415UnsupportedMediaType

Declaration
Swift
case http415UnsupportedMediaType = 415

case http416RequestedRangeNotSatisfiable

Steamworks k_EHTTPStatusCode416RequestedRangeNotSatisfiable

Declaration
Swift
case http416RequestedRangeNotSatisfiable = 416

case http417ExpectationFailed

Steamworks k_EHTTPStatusCode417ExpectationFailed

Declaration
Swift
case http417ExpectationFailed = 417

case http4xxUnknown

Steamworks k_EHTTPStatusCode4xxUnknown

Declaration
Swift
case http4xxUnknown = 418

case http429TooManyRequests

Steamworks k_EHTTPStatusCode429TooManyRequests

Declaration
Swift
case http429TooManyRequests = 429

case http444ConnectionClosed

Steamworks k_EHTTPStatusCode444ConnectionClosed

Declaration
Swift
case http444ConnectionClosed = 444

case http500InternalServerError

Steamworks k_EHTTPStatusCode500InternalServerError

Declaration
Swift
case http500InternalServerError = 500

case http501NotImplemented

Steamworks k_EHTTPStatusCode501NotImplemented

Declaration
Swift
case http501NotImplemented = 501

case http502BadGateway

Steamworks k_EHTTPStatusCode502BadGateway

Declaration
Swift
case http502BadGateway = 502

case http503ServiceUnavailable

Steamworks k_EHTTPStatusCode503ServiceUnavailable

Declaration
Swift
case http503ServiceUnavailable = 503

case http504GatewayTimeout

Steamworks k_EHTTPStatusCode504GatewayTimeout

Declaration
Swift
case http504GatewayTimeout = 504

case http505HTTPVersionNotSupported

Steamworks k_EHTTPStatusCode505HTTPVersionNotSupported

Declaration
Swift
case http505HTTPVersionNotSupported = 505

case http5xxUnknown

Steamworks k_EHTTPStatusCode5xxUnknown

Declaration
Swift
case http5xxUnknown = 599

case unrepresentedInSwift

Some undocumented value

Declaration
Swift
case unrepresentedInSwift = 600