aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/gun.info.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/manual/gun.info.asciidoc')
-rw-r--r--doc/src/manual/gun.info.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/manual/gun.info.asciidoc b/doc/src/manual/gun.info.asciidoc
index cf861c9..edd97f6 100644
--- a/doc/src/manual/gun.info.asciidoc
+++ b/doc/src/manual/gun.info.asciidoc
@@ -12,6 +12,7 @@ info(ConnPid) -> Info
ConnPid :: pid()
Info :: #{
+ owner => pid(),
socket => inet:socket() | ssl:sslsocket(),
transport => tcp | tls,
protocol => http | http2 | socks | ws,
@@ -45,6 +46,7 @@ the connection.
== Changelog
+* *2.0*: The value `owner` was added.
* *1.3*: The values `socket`, `transport`, `protocol`, `origin_host`,
`origin_port` and `intermediaries` were added.
* *1.0*: Function introduced.