From 24b2e92a06cf6275b972f66373d7bfea7bfc3518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 1 Oct 2018 16:35:30 +0200 Subject: Gun 1.3.0 --- docs/en/gun/1.3/manual/gun.close/index.html | 172 ++++++++++++++++++++++++++++ 1 file changed, 172 insertions(+) create mode 100644 docs/en/gun/1.3/manual/gun.close/index.html (limited to 'docs/en/gun/1.3/manual/gun.close') diff --git a/docs/en/gun/1.3/manual/gun.close/index.html b/docs/en/gun/1.3/manual/gun.close/index.html new file mode 100644 index 00000000..863a0092 --- /dev/null +++ b/docs/en/gun/1.3/manual/gun.close/index.html @@ -0,0 +1,172 @@ + + + + + + + + + + Nine Nines: gun:close(3) + + + + + + + + + + + + + + + + +
+
+
+
+ +

gun:close(3)

+ +

Name

+

gun:close - Brutally close the connection

+

Description

+
+
close(ConnPid) -> ok
+
+ConnPid :: pid()
+
+

Brutally close the connection.

+

Arguments

+
ConnPid
+

The pid of the Gun connection process.

+
+
+

Return value

+

The atom ok is returned.

+

Changelog

+
  • 1.0: Function introduced. +
  • +
+

Examples

+
Close the connection
+
+
ok = gun:close(ConnPid).
+
+

See also

+

gun(3), gun:open(3), gun:open_unix(3)

+ + + + + + +
+ +
+ + +

+ Gun + 1.3 + Function Reference + +

+ + + +

Navigation

+ +

Version select

+ + +
+
+
+
+ + + + + + + + + -- cgit v1.2.3