UNPKG

http-proxy-middleware

Version:

The one-liner node.js proxy middleware for connect, express and browser-sync

3 lines (2 loc) 132 B
import type { Filter, Request } from './types'; export declare function match(context: Filter, uri: string, req: Request): boolean;