diff src/luan/modules/http/Http.luan @ 1383:a3d0d1c2ce89

add NotFound to luanhost
author Franklin Schmidt <fschmidt@gmail.com>
date Thu, 01 Aug 2019 16:49:47 -0600
parents 4c5548a61d4f
children 27efb1fcbcb5
line wrap: on
line diff
--- a/src/luan/modules/http/Http.luan	Mon Jul 29 09:50:14 2019 -0600
+++ b/src/luan/modules/http/Http.luan	Thu Aug 01 16:49:47 2019 -0600
@@ -75,6 +75,7 @@
 	OK = 200
 	MOVED_PERMANENTLY = 301
 	FOUND = 302
+	NOT_FOUND = 404
 	-- add more as needed
 }
 Http.STATUS = STATUS