Skip to main content

method

property Http2ServerRequest.prototype.method

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

string
Back to top