import { Socket } from "https://deno.land/std@0.170.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.
import { Socket } from "https://deno.land/std@0.170.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.