UNPKG

@pact-foundation/pact

Version:
5 lines (4 loc) 225 B
import { ServerOptions } from 'http-proxy'; import { IncomingMessage } from 'http'; import { ProxyOptions } from './types'; export declare const toServerOptions: (config: ProxyOptions, req: IncomingMessage) => ServerOptions;