UNPKG

@hubspot/api-client

Version:

NodeJS v3 [HubSpot API](https://developers.hubspot.com/docs/api/overview) SDK(Client) files

9 lines (8 loc) 268 B
/// <reference types="node" /> /// <reference types="node" /> import * as http from 'http'; import * as https from 'https'; export interface IRequestContext { setHeaderParam(key: string, value: string): void; setAgent(agent: http.Agent | https.Agent): void; }