Dart SDK
dart:io
HttpRequest
method
method
Dart SDK
dart:io
HttpRequest
method
property
method
Dart SDK
dart:io
HttpRequest
Constructors
HttpRequest
Properties
certificate
connectionInfo
contentLength
cookies
headers
method
persistentConnection
protocolVersion
requestedUri
response
session
uri
first
hashCode
isBroadcast
isEmpty
last
length
runtimeType
single
Operators
operator ==
Methods
any
asBroadcastStream
asyncExpand
asyncMap
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
String
method
The method, such as 'GET' or 'POST', for the request.
Source
String get method;