Add restify pre module

This commit is contained in:
Santi Albo
2014-03-18 09:32:20 +00:00
parent 9445fb4f3b
commit 8b0c6cab78

View File

@@ -211,4 +211,10 @@ declare module "restify" {
export function fullResponse(): RequestHandler;
export var defaultResponseHeaders : any;
export var CORS: CORS;
export module pre {
export function pause(): RequestHandler;
export function sanitizePath(options?: any): RequestHandler;
export function userAgentConnection(options?: any): RequestHandler;
}
}