Skip to main content
property Http2ServerRequest.prototype.method

The request method as a string. Read-only. Examples: 'GET', 'DELETE'.

Type

string
Back to top