Files
arbiter/node_modules/http-proxy-middleware/dist/plugins/default/debug-proxy-errors-plugin.d.ts
2025-03-19 22:47:50 -05:00

7 lines
333 B
TypeScript

import { Plugin } from '../../types';
/**
* Subscribe to {@link https://www.npmjs.com/package/http-proxy#listening-for-proxy-events http-proxy error events} to prevent server from crashing.
* Errors are logged with {@link https://www.npmjs.com/package/debug debug} library.
*/
export declare const debugProxyErrorsPlugin: Plugin;