We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3bdc6 commit b056f7dCopy full SHA for b056f7d
lib/Connection.d.ts
@@ -25,6 +25,8 @@ interface ConnectionOptions {
25
26
interface RequestOptions extends http.ClientRequestArgs {
27
asStream?: boolean;
28
+ body?: any;
29
+ querystring?: string;
30
}
31
32
export interface AgentOptions {
0 commit comments