View Source grisp_updater_http behaviour (grisp_updater v2.0.0)
Summary
Callbacks
-callback http_connection_options(State :: term(), Url :: binary()) -> {ok, Host :: inet:hostname() | inet:ip_address(), Port :: inet:port_number(), Opts :: gun:opts(), State :: term()} | not_supported | {error, term()}.