method ClientRequest.prototype.abort Usage in Denoimport { ClientRequest } from "node:http"; ClientRequest.prototype.abort(): void DeprecatedSince v14.1.0,v13.14.0 - Use destroy instead. Marks the request as aborting. Calling this will cause remaining data in the response to be dropped and the socket to be destroyed. Return Type void