HTTPStatusCode
public enum HTTPStatusCode: CUnsignedInt, Sendable
Steamworks EHTTPStatusCode
Topics
case invalid
case invalid
Steamworks k_EHTTPStatusCodeInvalid
Declaration
case invalid = 0
case http100Continue
case http100Continue
Steamworks k_EHTTPStatusCode100Continue
Declaration
case http100Continue = 100
case http101SwitchingProtocols
case http101SwitchingProtocols
Steamworks k_EHTTPStatusCode101SwitchingProtocols
Declaration
case http101SwitchingProtocols = 101
case http200OK
case http200OK
Steamworks k_EHTTPStatusCode200OK
Declaration
case http200OK = 200
case http201Created
case http201Created
Steamworks k_EHTTPStatusCode201Created
Declaration
case http201Created = 201
case http202Accepted
case http202Accepted
Steamworks k_EHTTPStatusCode202Accepted
Declaration
case http202Accepted = 202
case http204NoContent
case http204NoContent
Steamworks k_EHTTPStatusCode204NoContent
Declaration
case http204NoContent = 204
case http205ResetContent
case http205ResetContent
Steamworks k_EHTTPStatusCode205ResetContent
Declaration
case http205ResetContent = 205
case http206PartialContent
case http206PartialContent
Steamworks k_EHTTPStatusCode206PartialContent
Declaration
case http206PartialContent = 206
case http300MultipleChoices
case http300MultipleChoices
Steamworks k_EHTTPStatusCode300MultipleChoices
Declaration
case http300MultipleChoices = 300
case http301MovedPermanently
case http301MovedPermanently
Steamworks k_EHTTPStatusCode301MovedPermanently
Declaration
case http301MovedPermanently = 301
case http302Found
case http302Found
Steamworks k_EHTTPStatusCode302Found
Declaration
case http302Found = 302
case http303SeeOther
case http303SeeOther
Steamworks k_EHTTPStatusCode303SeeOther
Declaration
case http303SeeOther = 303
case http304NotModified
case http304NotModified
Steamworks k_EHTTPStatusCode304NotModified
Declaration
case http304NotModified = 304
case http305UseProxy
case http305UseProxy
Steamworks k_EHTTPStatusCode305UseProxy
Declaration
case http305UseProxy = 305
case http307TemporaryRedirect
case http307TemporaryRedirect
Steamworks k_EHTTPStatusCode307TemporaryRedirect
Declaration
case http307TemporaryRedirect = 307
case http308PermanentRedirect
case http308PermanentRedirect
Steamworks k_EHTTPStatusCode308PermanentRedirect
Declaration
case http308PermanentRedirect = 308
case http400BadRequest
case http400BadRequest
Steamworks k_EHTTPStatusCode400BadRequest
Declaration
case http400BadRequest = 400
case http402PaymentRequired
case http402PaymentRequired
Steamworks k_EHTTPStatusCode402PaymentRequired
Declaration
case http402PaymentRequired = 402
case http403Forbidden
case http403Forbidden
Steamworks k_EHTTPStatusCode403Forbidden
Declaration
case http403Forbidden = 403
case http404NotFound
case http404NotFound
Steamworks k_EHTTPStatusCode404NotFound
Declaration
case http404NotFound = 404
case http405MethodNotAllowed
case http405MethodNotAllowed
Steamworks k_EHTTPStatusCode405MethodNotAllowed
Declaration
case http405MethodNotAllowed = 405
case http406NotAcceptable
case http406NotAcceptable
Steamworks k_EHTTPStatusCode406NotAcceptable
Declaration
case http406NotAcceptable = 406
case http407ProxyAuthRequired
case http407ProxyAuthRequired
Steamworks k_EHTTPStatusCode407ProxyAuthRequired
Declaration
case http407ProxyAuthRequired = 407
case http408RequestTimeout
case http408RequestTimeout
Steamworks k_EHTTPStatusCode408RequestTimeout
Declaration
case http408RequestTimeout = 408
case http409Conflict
case http409Conflict
Steamworks k_EHTTPStatusCode409Conflict
Declaration
case http409Conflict = 409
case http410Gone
case http410Gone
Steamworks k_EHTTPStatusCode410Gone
Declaration
case http410Gone = 410
case http411LengthRequired
case http411LengthRequired
Steamworks k_EHTTPStatusCode411LengthRequired
Declaration
case http411LengthRequired = 411
case http412PreconditionFailed
case http412PreconditionFailed
Steamworks k_EHTTPStatusCode412PreconditionFailed
Declaration
case http412PreconditionFailed = 412
case http413RequestEntityTooLarge
case http413RequestEntityTooLarge
Steamworks k_EHTTPStatusCode413RequestEntityTooLarge
Declaration
case http413RequestEntityTooLarge = 413
case http414RequestURITooLong
case http414RequestURITooLong
Steamworks k_EHTTPStatusCode414RequestURITooLong
Declaration
case http414RequestURITooLong = 414
case http415UnsupportedMediaType
case http415UnsupportedMediaType
Steamworks k_EHTTPStatusCode415UnsupportedMediaType
Declaration
case http415UnsupportedMediaType = 415
case http416RequestedRangeNotSatisfiable
case http416RequestedRangeNotSatisfiable
Steamworks k_EHTTPStatusCode416RequestedRangeNotSatisfiable
Declaration
case http416RequestedRangeNotSatisfiable = 416
case http417ExpectationFailed
case http417ExpectationFailed
Steamworks k_EHTTPStatusCode417ExpectationFailed
Declaration
case http417ExpectationFailed = 417
case http4xxUnknown
case http4xxUnknown
Steamworks k_EHTTPStatusCode4xxUnknown
Declaration
case http4xxUnknown = 418
case http429TooManyRequests
case http429TooManyRequests
Steamworks k_EHTTPStatusCode429TooManyRequests
Declaration
case http429TooManyRequests = 429
case http444ConnectionClosed
case http444ConnectionClosed
Steamworks k_EHTTPStatusCode444ConnectionClosed
Declaration
case http444ConnectionClosed = 444
case http500InternalServerError
case http500InternalServerError
Steamworks k_EHTTPStatusCode500InternalServerError
Declaration
case http500InternalServerError = 500
case http501NotImplemented
case http501NotImplemented
Steamworks k_EHTTPStatusCode501NotImplemented
Declaration
case http501NotImplemented = 501
case http502BadGateway
case http502BadGateway
Steamworks k_EHTTPStatusCode502BadGateway
Declaration
case http502BadGateway = 502
case http504GatewayTimeout
case http504GatewayTimeout
Steamworks k_EHTTPStatusCode504GatewayTimeout
Declaration
case http504GatewayTimeout = 504
case http505HTTPVersionNotSupported
case http505HTTPVersionNotSupported
Steamworks k_EHTTPStatusCode505HTTPVersionNotSupported
Declaration
case http505HTTPVersionNotSupported = 505
case http5xxUnknown
case http5xxUnknown
Steamworks k_EHTTPStatusCode5xxUnknown
Declaration
case http5xxUnknown = 599
case unrepresentedInSwift
case unrepresentedInSwift
Some undocumented value
Declaration
case unrepresentedInSwift = 600