method IncomingMessage.prototype.destroy
Jump to headingIncomingMessage.prototype.destroy(error?: Error): thisCalls destroy() on the socket that received the IncomingMessage. If error is provided, an 'error' event is emitted on the socket and error is passed
as an argument to any listeners on the event.
Parameters Jump to heading
optional
Jump to headingerror: ErrorReturn Type Jump to heading
this