Skip to content

Commit

Permalink
🐛 FIX: Add config.httpclient.useHttpClientNext defined
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Aug 28, 2022
1 parent 2ffb37a commit 3c01f9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ declare module 'egg' {
dnsCacheLookupInterval?: number;
/** DNS cache max age */
dnsCacheMaxLength?: number;
/** use urllib@3 HttpClient */
useHttpClientNext?: boolean;
}

export interface EggAppConfig {
Expand Down

0 comments on commit 3c01f9d

Please sign in to comment.