HttpStatusCode class abstract

A class containing constants for HTTP status codes.

Constructors

HttpStatusCode.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

accepted → const int
badGateway → const int
badRequest → const int
conflict → const int
created → const int
forbidden → const int
found → const int
gatewayTimeout → const int
gone → const int
internalServerError → const int
methodNotAllowed → const int
movedPermanently → const int
noContent → const int
notAcceptable → const int
notFound → const int
notImplemented → const int
notModified → const int
ok → const int
paymentRequired → const int
permanentRedirect → const int
requestTimeout → const int
seeOther → const int
serviceUnavailable → const int
temporaryRedirect → const int
tooManyRequests → const int
unauthorized → const int
unprocessableEntity → const int