Skip to content

Commit

Permalink
fix: Add missing insecureHTTPParser in RequestInit interface (#964)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiralite committed Mar 11, 2021
1 parent 9e50c5b commit 1780f5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions @types/index.d.ts
Expand Up @@ -85,6 +85,7 @@ interface RequestInit {
protocol?: string;
size?: number;
highWaterMark?: number;
insecureHTTPParser?: boolean;
}

interface ResponseInit {
Expand Down

0 comments on commit 1780f5a

Please sign in to comment.