Skip to content

Commit

Permalink
Add body and querystring to RequestOptions (#957)
Browse files Browse the repository at this point in the history
  • Loading branch information
villasv authored and delvedor committed Sep 11, 2019
1 parent 1e3bdc6 commit b056f7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Connection.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ interface ConnectionOptions {

interface RequestOptions extends http.ClientRequestArgs {
asStream?: boolean;
body?: any;
querystring?: string;
}

export interface AgentOptions {
Expand Down

0 comments on commit b056f7d

Please sign in to comment.