文件操作 - proxy-agent.d.ts
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/nodejs/undici-types/proxy-agent.d.ts
编辑文件内容
import Agent from './agent' import buildConnector from './connector'; import Dispatcher from './dispatcher' export default ProxyAgent declare class ProxyAgent extends Dispatcher { constructor(options: ProxyAgent.Options | string) dispatch(options: Agent.DispatchOptions, handler: Dispatcher.DispatchHandlers): boolean; close(): Promise<void>; } declare namespace ProxyAgent { export interface Options extends Agent.Options { uri: string; /** * @deprecated use opts.token */ auth?: string; token?: string; requestTls?: buildConnector.BuildOptions; proxyTls?: buildConnector.BuildOptions; } }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件