aboutsummaryrefslogtreecommitdiffstats
path: root/lib/dialyzer/test/small_SUITE_data/src/ddfs_master/common_types.hrl
blob: f362a06bca060020c7af7a5c932c29ee714da96f (plain) (blame)
1
2
3
4
5
6
-type host() :: nonempty_string().
-type path() :: nonempty_string().
-type url() :: binary().

% The host portion of a url, if available.
-type url_host() :: host() | none.