UNPKG

@glandjs/http

Version:

A protocol adapter for HTTP built on top of the Gland architecture solution.

6 lines (5 loc) 177 B
import { HttpsOptions } from './http-options.interface'; export interface HttpApplicationOptions { https?: HttpsOptions; } export type ErrorCallback = (err: Error) => void;