HttpStatus抽象

HTTP 状态码。在 dart:io 和 dart:html 中导出。

构造函数

HttpStatus()

属性

hashCode int
此对象的哈希码。
无设置器继承
runtimeType Type
对象的运行时类型表示。
无设置器继承

方法

noSuchMethod(Invocation invocation) → dynamic
当访问不存在的方法或属性时被调用。
继承
toString() String
此对象的字符串表示。
继承

运算符

operator ==(Object other) bool
相等运算符。
继承

常量

ACCEPTED → const int
accepted → const int
alreadyReported → const int
BAD_GATEWAY → const int
BAD_REQUEST → const int
badGateway → const int
badRequest → const int
clientClosedRequest → const int
CONFLICT → const int
conflict → const int
connectionClosedWithoutResponse → const int
CONTINUE → const int
continue_ → 常量 int
CREATED → 常量 int
created → 常量 int
EXPECTATION_FAILED → 常量 int
expectationFailed → 常量 int
failedDependency → 常量 int
FORBIDDEN → 常量 int
forbidden → 常量 int
FOUND → 常量 int
found → 常量 int
GATEWAY_TIMEOUT → 常量 int
gatewayTimeout → 常量 int
GONE → 常量 int
gone → 常量 int
HTTP_VERSION_NOT_SUPPORTED → 常量 int
httpVersionNotSupported → 常量 int
imUsed → 常量 int
insufficientStorage → 常量 int
INTERNAL_SERVER_ERROR → 常量 int
internalServerError → 常量 int
LENGTH_REQUIRED → 常量 int
lengthRequired → 常量 int
locked → 常量 int
loopDetected → 常量 int
METHOD_NOT_ALLOWED → 常量 int
methodNotAllowed → 常量 int
misdirectedRequest → 常量 int
MOVED_PERMANENTLY → 常量 int
MOVED_TEMPORARILY → 常量 int
movedPermanently → const int
movedTemporarily → const int
MULTIPLE_CHOICES → const int
multipleChoices → const int
multiStatus → const int
NETWORK_CONNECT_TIMEOUT_ERROR → const int
networkAuthenticationRequired → const int
networkConnectTimeoutError → const int
NO_CONTENT → const int
noContent → const int
NON_AUTHORITATIVE_INFORMATION → const int
nonAuthoritativeInformation → const int
NOT_ACCEPTABLE → const int
NOT_FOUND → const int
NOT_IMPLEMENTED → const int
NOT_MODIFIED → const int
notAcceptable → const int
notExtended → const int
notFound → const int
notImplemented → const int
notModified → const int
OK → const int
ok → const int
PARTIAL_CONTENT → const int
partialContent → const int
支付所需 → 常量 int
paymentRequired → 常量 int
永久重定向 → 常量 int
预条件失败 → 常量 int
preconditionFailed → 常量 int
preconditionRequired → 常量 int
处理中 → 常量 int
代理认证所需 → 常量 int
proxyAuthenticationRequired → 常量 int
请求实体过大 → 常量 int
请求超时 → 常量 int
请求URI过长 → 常量 int
请求范围不可满足 → 常量 int
requestedRangeNotSatisfiable → 常量 int
requestEntityTooLarge → 常量 int
requestHeaderFieldsTooLarge → 常量 int
requestTimeout → 常量 int
requestUriTooLong → 常量 int
重置内容 → 常量 int
resetContent → 常量 int
查看其他 → 常量 int
seeOther → 常量 int
服务不可用 → 常量 int
serviceUnavailable → 常量 int
SWITCHING_PROTOCOLS → 常量 int
switchingProtocols → 常量 int
TEMPORARY_REDIRECT → 常量 int
temporaryRedirect → 常量 int
tooManyRequests → 常量 int
UNAUTHORIZED → 常量 int
unauthorized → 常量 int
unavailableForLegalReasons → 常量 int
unprocessableEntity → 常量 int
UNSUPPORTED_MEDIA_TYPE → 常量 int
unsupportedMediaType → 常量 int
UPGRADE_REQUIRED → 常量 int
upgradeRequired → 常量 int
USE_PROXY → 常量 int
useProxy → 常量 int
variantAlsoNegotiates → 常量 int