Skip to content

Commit b056f7d

Browse files
villasvdelvedor
authored andcommitted
Add body and querystring to RequestOptions (#957)
1 parent 1e3bdc6 commit b056f7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Connection.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ interface ConnectionOptions {
2525

2626
interface RequestOptions extends http.ClientRequestArgs {
2727
asStream?: boolean;
28+
body?: any;
29+
querystring?: string;
2830
}
2931

3032
export interface AgentOptions {

0 commit comments

Comments
 (0)