From 7d61b485e47e247d7ecac500c83a902ab934f569 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 16 Nov 2020 16:12:55 +0100 Subject: Update documentation --- docs/en/gun/2.0/manual/gun.info/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/en/gun/2.0/manual/gun.info') diff --git a/docs/en/gun/2.0/manual/gun.info/index.html b/docs/en/gun/2.0/manual/gun.info/index.html index 6fbaaf8b..5d87f97a 100644 --- a/docs/en/gun/2.0/manual/gun.info/index.html +++ b/docs/en/gun/2.0/manual/gun.info/index.html @@ -79,6 +79,7 @@ http://www.gnu.org/software/src-highlite --> protocol => http | http2 | socks | ws, sock_ip => inet:ip_address(), sock_port => inet:port_number(), + origin_scheme => binary() | undefined, origin_host => inet:hostname() | inet:ip_address(), origin_port => inet:port_number(), intermediaries => [Intermediary], @@ -89,7 +90,7 @@ http://www.gnu.org/software/src-highlite --> host => inet:hostname() | inet:ip_address(), port => inet:port_number(), transport => tcp | tls, - protocol => http | http2 | socks + protocol => http | http2 | socks | raw }

Obtain information about the connection.

@@ -101,7 +102,7 @@ http://www.gnu.org/software/src-highlite -->

Return value

A map is returned containing various informations about the connection.

Changelog

-