connect-rest
Advanced tools
Comparing version 2.0.3 to 2.0.4
@@ -10,2 +10,4 @@ 'use strict'; | ||
var httphelper = require('./util/HTTP-Helper'); | ||
exports.create = function( options ){ | ||
@@ -15,2 +17,6 @@ return new Rest( options ); | ||
exports.httphelper = function(){ | ||
return httphelper; | ||
}; | ||
function redirect( url ){ | ||
@@ -17,0 +23,0 @@ var status = 302; |
{ | ||
"name": "connect-rest", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Exceptionally featureful RESTful web services middleware for Connect.", | ||
@@ -49,3 +49,3 @@ "keywords": [ | ||
}, | ||
"_id": "connect-rest@2.0.3" | ||
"_id": "connect-rest@2.0.4" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
292490
1788