UNPKG

@ogs-gmbh/ngx-http

Version:

A lightweight Angular library that enhances HTTP functionalities by providing types, static values, and utility functions.

3 lines (2 loc) 147 B
import { HttpConfig } from "../types/environment-config.type"; export declare const buildHttpConnectionString: (httpConfig: HttpConfig) => string;