method

open val method: String

Request: Method.

Provides the request HTTP method name associated with this request (defaulting to GET). This value may be any of the standard HTTP method names, or a custom method name, as documented/applicable.

From MDN: "The method read-only property of the Request interface contains the request's method (GET, POST, etc.)"

See also: MDN, Request.method.