diff --git a/lib/Connection.d.ts b/lib/Connection.d.ts index 527b71fb7..7eed38c3a 100644 --- a/lib/Connection.d.ts +++ b/lib/Connection.d.ts @@ -25,6 +25,8 @@ interface ConnectionOptions { interface RequestOptions extends http.ClientRequestArgs { asStream?: boolean; + body?: any; + querystring?: string; } export interface AgentOptions {