Skip to content

buildHttpConnectionString()

ts
function buildHttpConnectionString(httpConfig): string;

Defined in: common/connection.common.ts:12

Build a HTTP connection string from the given configuration

Parameters

ParameterTypeDescription
httpConfigHttpConfigThe configuration for the HTTP connection

Returns

string

HTTP connection string

Since

1.0.0

Author

Simon Kovtyk