Skip to content

Commit

Permalink
chore: fix http-proxy.d.ts some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomxuetao committed Jul 10, 2024
1 parent 167006e commit 019f87d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/vite/src/types/http-proxy.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export namespace HttpProxy {
* @param req - Client request.
* @param res - Client response.
* @param options - Additional options.
* @param callback - Error callback.
*/
web(
req: http.IncomingMessage,
Expand All @@ -72,6 +73,7 @@ export namespace HttpProxy {
* @param socket - Client socket.
* @param head - Client head.
* @param options - Additional options.
* @param callback - Error callback
*/
ws(
req: http.IncomingMessage,
Expand Down

0 comments on commit 019f87d

Please sign in to comment.