HttpMethod class abstract

Constructors

HttpMethod()

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

delete → const String
The delete method deletes the specified resource.
get → const String
get is used to request data from a specified resource.
head is almost identical to GET, but without the response body.
post → const String
post is used to send data to a server to create/update a resource.
put → const String
put is used to send data to a server to create/update a resource.