HttpMethod enum
Used to represent an HTTP method when logging network requests
- Inheritance
- Available extensions
Values
- other → const HttpMethod
-
Any value that isn't specified below
- get → const HttpMethod
-
GET
- post → const HttpMethod
-
POST
- put → const HttpMethod
-
PUT
- delete → const HttpMethod
-
DELETE
- patch → const HttpMethod
-
PATCH
Properties
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
-
values
→ const List<
HttpMethod> - A constant List of the values in this enum, in order of their declaration.