// Assembly: Facepunch.Steamworks.Posix
// Full name: Steamworks.HTTPStatusCode

namespace Steamworks
{
public class HTTPStatusCode // TypeDefIndex: 11684
{
	// Fields
	type#20890 value__;
	type#19466 Invalid;
	type#19466 Code100Continue;
	type#19466 Code101SwitchingProtocols;
	type#19466 Code200OK;
	type#19466 Code201Created;
	type#19466 Code202Accepted;
	type#19466 Code203NonAuthoritative;
	type#19466 Code204NoContent;
	type#19466 Code205ResetContent;
	type#19466 Code206PartialContent;
	type#19466 Code300MultipleChoices;
	type#19466 Code301MovedPermanently;
	type#19466 Code302Found;
	type#19466 Code303SeeOther;
	type#19466 Code304NotModified;
	type#19466 Code305UseProxy;
	type#19466 Code307TemporaryRedirect;
	type#19466 Code308PermanentRedirect;
	type#19466 Code400BadRequest;
	type#19466 Code401Unauthorized;
	type#19466 Code402PaymentRequired;
	type#19466 Code403Forbidden;
	type#19466 Code404NotFound;
	type#19466 Code405MethodNotAllowed;
	type#19466 Code406NotAcceptable;
	type#19466 Code407ProxyAuthRequired;
	type#19466 Code408RequestTimeout;
	type#19466 Code409Conflict;
	type#19466 Code410Gone;
	type#19466 Code411LengthRequired;
	type#19466 Code412PreconditionFailed;
	type#19466 Code413RequestEntityTooLarge;
	type#19466 Code414RequestURITooLong;
	type#19466 Code415UnsupportedMediaType;
	type#19466 Code416RequestedRangeNotSatisfiable;
	type#19466 Code417ExpectationFailed;
	type#19466 Code4xxUnknown;
	type#19466 Code429TooManyRequests;
	type#19466 Code444ConnectionClosed;
	type#19466 Code500InternalServerError;
	type#19466 Code501NotImplemented;
	type#19466 Code502BadGateway;
	type#19466 Code503ServiceUnavailable;
	type#19466 Code504GatewayTimeout;
	type#19466 Code505HTTPVersionNotSupported;
	type#19466 Code5xxUnknown;
}
}
