UNPKG

@pact-foundation/pact

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