diff src/luan/modules/http/Http.luan @ 1414:4abf88ec66de

add Http.is_serving
author Franklin Schmidt <fschmidt@gmail.com>
date Tue, 08 Oct 2019 12:17:31 -0600
parents 27efb1fcbcb5
children db57d562c4bd
line wrap: on
line diff
--- a/src/luan/modules/http/Http.luan	Sun Oct 06 22:23:11 2019 -0600
+++ b/src/luan/modules/http/Http.luan	Tue Oct 08 12:17:31 2019 -0600
@@ -176,4 +176,6 @@
 
 Http.domain = nil  -- set in domain specific cases
 
+Http.is_serving = false
+
 return Http