diff src/luan/modules/http/Http.luan @ 1416:db57d562c4bd

add Http.is_hosted
author Franklin Schmidt <fschmidt@gmail.com>
date Fri, 18 Oct 2019 15:06:32 -0600
parents 4abf88ec66de
children 732b5de211fc
line wrap: on
line diff
--- a/src/luan/modules/http/Http.luan	Wed Oct 09 14:56:07 2019 -0600
+++ b/src/luan/modules/http/Http.luan	Fri Oct 18 15:06:32 2019 -0600
@@ -177,5 +177,6 @@
 Http.domain = nil  -- set in domain specific cases
 
 Http.is_serving = false
+Http.is_hosted = false
 
 return Http