mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
handleUpgrades option support in ServerOptions interface
http://restify.com/#creating-a-server In restify docs createServer method supports handleUpgrades parameter in ServerOptions object, but it's not present in the type's interface.
This commit is contained in:
Vendored
+1
@@ -110,6 +110,7 @@ declare module "restify" {
|
||||
version ?: string;
|
||||
responseTimeHeader ?: string;
|
||||
responseTimeFormatter ?: (durationInMilliseconds: number) => any;
|
||||
handleUpgrades ?: boolean;
|
||||
}
|
||||
|
||||
interface ClientOptions {
|
||||
|
||||
Reference in New Issue
Block a user