mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 11:02:11 +08:00
[request] add body property to RequestResponse
This commit is contained in:
1
request/index.d.ts
vendored
1
request/index.d.ts
vendored
@@ -143,6 +143,7 @@ declare namespace request {
|
||||
|
||||
export interface RequestResponse extends http.IncomingMessage {
|
||||
request: Options;
|
||||
body: any;
|
||||
}
|
||||
|
||||
export interface HttpArchiveRequest {
|
||||
|
||||
Reference in New Issue
Block a user