Request.getMethod
Request.getMethod() -> string
Description
Get the HTTP method (e.g. get
, post
) of the current request.
Request.getMethod() //= Ex: 'post'
Get the HTTP method (e.g. get
, post
) of the current request.
Request.getMethod() //= Ex: 'post'