Merge pull request #6944 from justvovus/patch-1

handleUpgrades option support in ServerOptions interface
This commit is contained in:
Masahiro Wakame
2015-12-01 22:21:10 +09:00
+1
View File
@@ -110,6 +110,7 @@ declare module "restify" {
version ?: string;
responseTimeHeader ?: string;
responseTimeFormatter ?: (durationInMilliseconds: number) => any;
handleUpgrades ?: boolean;
}
interface ClientOptions {