Mercurial Hosting > luan
changeset 1109:8c999ab85e33
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 02 Aug 2017 12:36:28 -0600 |
parents | f12c7cab0e14 |
children | 38a42f437fd2 |
files | src/luan/modules/http/Http.luan |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
diff -r f12c7cab0e14 -r 8c999ab85e33 src/luan/modules/http/Http.luan --- a/src/luan/modules/http/Http.luan Tue Jul 18 17:54:47 2017 -0600 +++ b/src/luan/modules/http/Http.luan Wed Aug 02 12:36:28 2017 -0600 @@ -99,7 +99,8 @@ end local STATUS = { - OK = 200; + OK = 200 + MOVED_PERMANENTLY = 301 -- add more as needed } Http.STATUS = STATUS