Version: v0.8.1 - Beta.  We welcome contributors & feedback.

Request.getMethod

Request.getMethod() -> string

Description

Get the HTTP method (e.g. get, post) of the current request.

Request.getMethod()
//= Ex: 'post'

See Also