Update node.d.ts

Add the http.METHODS string array
This commit is contained in:
RareGrass
2015-07-06 10:57:07 +08:00
parent 625cd68fed
commit fbb93b57aa
+2
View File
@@ -539,6 +539,8 @@ declare module "http" {
destroy(): void;
}
export var METHODS: string[];
export var STATUS_CODES: {
[errorCode: number]: string;
[errorCode: string]: string;