mirror of
https://github.com/LukeHagar/arbiter.git
synced 2025-12-11 04:19:25 +00:00
7 lines
333 B
TypeScript
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;
|