mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 21:10:23 +00:00
Expose isSecure function through request interface
This commit is contained in:
Vendored
+1
@@ -34,6 +34,7 @@ declare module "restify" {
|
||||
params: any;
|
||||
|
||||
body?: any; //available when bodyParser plugin is used
|
||||
isSecure: () => boolean;
|
||||
}
|
||||
|
||||
interface Response extends http.ServerResponse {
|
||||
|
||||
Reference in New Issue
Block a user