Comparing version 0.0.15 to 0.0.16
@@ -9,3 +9,3 @@ { | ||
"description": "An event-driven MVC framework for Node.js web applications.", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"repository": { | ||
@@ -12,0 +12,0 @@ "type": "git", |
@@ -113,2 +113,5 @@ // server | ||
case 'GET': | ||
// TODO: call onRequestEnd() method here, use listener, and on completion, call respond() | ||
methods.private.respond(controller, params); | ||
break; | ||
case 'PUT': | ||
@@ -121,3 +124,3 @@ // params.route.action = 'form'; | ||
params.payload = JSON.parse(body); | ||
console.log(util.inspect(params.url)); | ||
console.log(params.payload); | ||
// TODO: call onRequestEnd() method here, use listener, and on completion, call respond() | ||
@@ -124,0 +127,0 @@ methods.private.respond(controller, params); |
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
52715
663