We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4be96b4 commit d8a5d70Copy full SHA for d8a5d70
packages/vite/src/types/http-proxy.d.ts
@@ -58,6 +58,7 @@ export namespace HttpProxy {
58
* @param req - Client request.
59
* @param res - Client response.
60
* @param options - Additional options.
61
+ * @param callback - Error callback.
62
*/
63
web(
64
req: http.IncomingMessage,
@@ -72,6 +73,7 @@ export namespace HttpProxy {
72
73
* @param socket - Client socket.
74
* @param head - Client head.
75
76
77
78
ws(
79
0 commit comments