Version: v0.7.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()
//= e.g. 'post'

See Also