UNPKG

@ogs-gmbh/ngx-http

Version:

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

7 lines (6 loc) 168 B
export type HttpConfig = { protocol?: "http" | "https" | undefined; host?: string | undefined; port?: number | undefined; path?: string | undefined; };