芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/public_html/node_modules/http-proxy-middleware/dist/context-matcher.d.ts
import type { Filter, Request } from './types'; export declare function match(context: Filter, uri: string, req: Request): boolean;