chore(ponse) rm REQUEST, RESPONSE

This commit is contained in:
coderaiser 2014-08-29 04:27:20 -04:00
parent 764ccbd5ed
commit 29be58b0f7

View file

@ -15,10 +15,7 @@
OK = 200,
RANGE = 206,
MOVED_PERMANENTLY = 301,
FILE_NOT_FOUND = 404,
REQUEST = 'request',
RESPONSE = 'response';
FILE_NOT_FOUND = 404;
exports.redirect = redirect;