Composes URI from config parameters. The result URI will be in the following form: protocol://username@password@host1:port1,host2:port2,...?param1=abc¶m2=xyz&...
configuration parameters
a default protocol
a default port
a composed URI
Concatinates two options by combining duplicated properties into comma-separated list
first options to merge
second options to merge
when define it limits only to specific keys
Excludes specified keys from the config parameters.
configuration parameters to be processed.
a list of keys to be excluded.
a processed config parameters.
Includes specified keys from the config parameters.
configuration parameters to be processed.
a list of keys to be included.
a processed config parameters.
Parses URI into config parameters. The URI shall be in the following form: protocol://username@password@host1:port1,host2:port2,...?param1=abc¶m2=xyz&...
the URI to be parsed
a default protocol
a default port
a configuration parameters with URI elements
Generated using TypeDoc
A set of utility functions to process connection parameters