[request] add body property to RequestResponse

This commit is contained in:
Liwen Guo
2017-02-11 02:18:51 +01:00
committed by GitHub
parent 56dbab7087
commit 6ddb418192

1
request/index.d.ts vendored
View File

@@ -143,6 +143,7 @@ declare namespace request {
export interface RequestResponse extends http.IncomingMessage {
request: Options;
body: any;
}
export interface HttpArchiveRequest {