2
lib/Connection.d.ts
vendored
2
lib/Connection.d.ts
vendored
@ -51,7 +51,7 @@ interface ConnectionRoles {
|
|||||||
|
|
||||||
interface RequestOptions extends http.ClientRequestArgs {
|
interface RequestOptions extends http.ClientRequestArgs {
|
||||||
asStream?: boolean;
|
asStream?: boolean;
|
||||||
body?: string | Buffer | ReadableStream;
|
body?: string | Buffer | ReadableStream | null;
|
||||||
querystring?: string;
|
querystring?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user