import { Socket } from "https://deno.land/std@0.134.0/node/net.ts";
Half-closes the socket. i.e., it sends a FIN packet. It is possible the server will still send some data.
See writable.end()
for further details.
Parameters
optional
encoding: Encodings | (() => void)