📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-06-30 20:55:23
📂
/ (Root)
/
home
/
orkouolp
/
nodevenv
/
node_js
/
orkofarms.com
/
18
/
lib
/
node_modules
/
googleapis-common
/
build
/
src
📍 /home/orkouolp/nodevenv/node_js/orkofarms.com/18/lib/node_modules/googleapis-common/build/src
🔄 Refresh
✏️
Editing: http2.d.ts
Writable
/// <reference types="node" /> /// <reference types="node" /> /// <reference types="node" /> import * as http2 from 'http2'; import { URL } from 'url'; import { GaxiosResponse, GaxiosOptions } from 'gaxios'; /** * Reference to the ClientHttp2Session and a timeout handler. * @private */ export interface SessionData { session: http2.ClientHttp2Session; timeoutHandle?: NodeJS.Timeout; } /** * List of sessions current in use. * @private */ export declare const sessions: { [index: string]: SessionData; }; /** * Public method to make an http2 request. * @param config - Request options. */ export declare function request<T>(config: GaxiosOptions): Promise<GaxiosResponse<T>>; export declare function closeSession(url: URL): Promise<void>;
💾 Save Changes
❌ Cancel