Dart
dart:io
HttpRequest
method property
method
Dart
dart:io
HttpRequest
method property
HttpRequest class
Constructors
HttpRequest
Properties
certificate
connectionInfo
contentLength
cookies
first
hashCode
headers
isBroadcast
isEmpty
last
length
method
persistentConnection
protocolVersion
requestedUri
response
runtimeType
session
single
uri
Methods
any
asBroadcastStream
asyncExpand
asyncMap
cast
contains
distinct
drain
elementAt
every
expand
firstWhere
fold
forEach
handleError
join
lastWhere
listen
map
noSuchMethod
pipe
reduce
singleWhere
skip
skipWhile
take
takeWhile
timeout
toList
toSet
toString
transform
where
Operators
operator ==
description
method
property
Null safety
String
method
The method, such as 'GET' or 'POST', for the request.
Implementation
String get method;