close(ConnPid) -> ok ConnPid :: pid()
gun:close - Brutally close the connection
close(ConnPid) -> ok ConnPid :: pid()
Brutally close the connection.
The pid of the Gun connection process.
The atom ok is returned.
1.0: Function introduced.
ok = gun:close(ConnPid).