refactor(main) MOVED_PERMANENTLY

This commit is contained in:
coderaiser 2013-10-04 07:10:01 +00:00
parent 9ee9211ae0
commit 109e412ae7

View file

@ -13,7 +13,7 @@
ext,
path, fs, zlib, url, pipe,
OK, FILE_NOT_FOUND, MOVED_PERMANENTLY = 301,
OK, FILE_NOT_FOUND, MOVED_PERMANENTLY,
REQUEST, RESPONSE,
Config = {
@ -25,6 +25,7 @@
/* Consts */
exports.OK = OK = 200;
MOVED_PERMANENTLY = 301;
exports.FILE_NOT_FOUND = FILE_NOT_FOUND = 404;
exports.REQUEST = REQUEST = 'request';