aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/manual/gun.info.asciidoc
AgeCommit message (Collapse)Author
2025-02-27Include event handler state in gun:info/1 resultViktor Söderqvist
Adds event_handler and event_handler_state in the map returned by gun:info/1. Signed-off-by: Viktor Söderqvist <[email protected]>
2025-02-26Add docs for notify_settings_changed in http2_opts()Björn Svensson
LH: I have expanded and documented gun_notify in its own page.
2025-02-25Add state_name field to gun:info/1Viktor Söderqvist
2020-11-12Add more new keys to gun:info and gun:stream_info manualsLoïc Hoguin
2020-03-15Document the cookie store option and related modulesLoïc Hoguin
Also contains a few small changes and Dialyzer fixes.
2020-03-12Make Gun use the cookie store when configured toLoïc Hoguin
2019-09-26Add a function to change the connection ownerLoïc Hoguin
While at it the gun:info/1 function has been fixed to work even when we are in the not_connected state, and the owner is now also returned.
2019-09-22Document Socks supportLoïc Hoguin
Also correct various Socks related types. This commit also adds a new gun:protocols/0 type as a simpler way of describing preferred protocols. The protocol/opts tuple is also documented. This commit also fixes an issue with the default value for the preferred protocols when using CONNECT over TLS. It was mistakenly not enabling http2 by default.
2018-10-01Gun 1.3.01.3.0Loïc Hoguin
2018-06-02Revamp the manual, one page per function/messageLoïc Hoguin