0.1.0 • Published 13 years ago
rest-status v0.1.0
rest-status
REST Response Status Codes Utility
Guide
Install
npm install rest-statusUse with status code
require("rest-status").E404(); // Error object with: status=404, message=Not FoundUse with status message
require("rest-status").NotFound(); // Error object with: status=404, message=Not Found0.1.0
13 years ago