Request.method
The method
read-only property of the
Request
interface contains the request's method (GET
, POST
, etc.)
Value
A String
indicating the method of the request.
The method
read-only property of the
Request
interface contains the request's method (GET
, POST
, etc.)
A String
indicating the method of the request.