Skip to main content

method

property IncomingMessage.prototype.method

Only valid for request obtained from Server.

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

string | undefined
Back to top