Dart
dart:io
HttpStatus
continue_ constant
continue_
HttpStatus class
Constructors
HttpStatus
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Constants
ACCEPTED
accepted
BAD_GATEWAY
BAD_REQUEST
badGateway
badRequest
CONFLICT
conflict
CONTINUE
continue_
CREATED
created
EXPECTATION_FAILED
expectationFailed
FORBIDDEN
forbidden
FOUND
found
GATEWAY_TIMEOUT
gatewayTimeout
GONE
gone
HTTP_VERSION_NOT_SUPPORTED
httpVersionNotSupported
INTERNAL_SERVER_ERROR
internalServerError
LENGTH_REQUIRED
lengthRequired
METHOD_NOT_ALLOWED
methodNotAllowed
MOVED_PERMANENTLY
MOVED_TEMPORARILY
movedPermanently
movedTemporarily
MULTIPLE_CHOICES
multipleChoices
NETWORK_CONNECT_TIMEOUT_ERROR
networkConnectTimeoutError
NO_CONTENT
noContent
NON_AUTHORITATIVE_INFORMATION
nonAuthoritativeInformation
NOT_ACCEPTABLE
NOT_FOUND
NOT_IMPLEMENTED
NOT_MODIFIED
notAcceptable
notFound
notImplemented
notModified
OK
ok
PARTIAL_CONTENT
partialContent
PAYMENT_REQUIRED
paymentRequired
PRECONDITION_FAILED
preconditionFailed
PROXY_AUTHENTICATION_REQUIRED
proxyAuthenticationRequired
REQUEST_ENTITY_TOO_LARGE
REQUEST_TIMEOUT
REQUEST_URI_TOO_LONG
REQUESTED_RANGE_NOT_SATISFIABLE
requestedRangeNotSatisfiable
requestEntityTooLarge
requestTimeout
requestUriTooLong
RESET_CONTENT
resetContent
SEE_OTHER
seeOther
SERVICE_UNAVAILABLE
serviceUnavailable
SWITCHING_PROTOCOLS
switchingProtocols
TEMPORARY_REDIRECT
temporaryRedirect
UNAUTHORIZED
unauthorized
UNSUPPORTED_MEDIA_TYPE
unsupportedMediaType
UPGRADE_REQUIRED
upgradeRequired
USE_PROXY
useProxy
continue_ constant
int
const
continue_
=
100
Implementation
static const int continue_ = 100