buildHttpConnectionString()
ts
function buildHttpConnectionString(httpConfig): string;Defined in: common/connection.common.ts:12
Build a HTTP connection string from the given configuration
Parameters
| Parameter | Type | Description |
|---|---|---|
httpConfig | HttpConfig | The configuration for the HTTP connection |
Returns
string
HTTP connection string
Since
1.0.0
Author
Simon Kovtyk