Skip to content
This repository was archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #32 from gustavkj/patch-1
Browse files Browse the repository at this point in the history
Fix reference to Agent type
  • Loading branch information
Nicholas Simmons authored Jan 27, 2021
2 parents 1994e02 + d3b2e2c commit 2646d7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ declare function koaHttpProxy(host: string, options: koaHttpProxy.IOptions): koa

declare namespace koaHttpProxy {
export interface IOptions {
agent?: Agent,
agent?: http.Agent,
headers?: { [key: string]: any },
strippedHeaders?: [string],
https?: boolean,
Expand Down

0 comments on commit 2646d7f

Please sign in to comment.