From 52ec0b5b9f297c8dfca9160dfd344abf08a4850c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 12 Nov 2020 11:46:53 +0100 Subject: Add more new keys to gun:info and gun:stream_info manuals --- doc/src/manual/gun.info.asciidoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/src/manual/gun.info.asciidoc') diff --git a/doc/src/manual/gun.info.asciidoc b/doc/src/manual/gun.info.asciidoc index 095492e..e3c19d3 100644 --- a/doc/src/manual/gun.info.asciidoc +++ b/doc/src/manual/gun.info.asciidoc @@ -18,6 +18,7 @@ Info :: #{ 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], @@ -28,7 +29,7 @@ Intermediary :: #{ host => inet:hostname() | inet:ip_address(), port => inet:port_number(), transport => tcp | tls, - protocol => http | http2 | socks + protocol => http | http2 | socks | raw } ---- @@ -47,7 +48,8 @@ the connection. == Changelog -* *2.0*: The values `owner` and `cookie_store` were added. +* *2.0*: The values `owner`, `origin_scheme` and `cookie_store` were + added. * *1.3*: The values `socket`, `transport`, `protocol`, `origin_host`, `origin_port` and `intermediaries` were added. * *1.0*: Function introduced. -- cgit v1.2.3