woomera
woomera
Request
method property
method
Request class
Constructors
Request
simulated
simulatedGet
simulatedPost
Properties
cookies
hasSession
headers
id
method
pathParams
postParams
queryParams
request
server
session
hashCode
runtimeType
Methods
bodyBytes
bodyStr
release
requestPath
rewriteUrl
sessionHiddenInputElement
ura
noSuchMethod
toString
Operators
operator ==
method property
String
method
Request HTTP method
For example, "GET" or "POST".
Implementation
String get method => _coreRequest.method;