diff src/luan/modules/http/Http.luan @ 1315:5763597ca5c0

add DomainHandler
author Franklin Schmidt <fschmidt@gmail.com>
date Wed, 30 Jan 2019 01:21:49 -0700
parents 781ec0a92bb5
children 643cf1c37723
line wrap: on
line diff
--- a/src/luan/modules/http/Http.luan	Tue Jan 29 19:10:39 2019 -0700
+++ b/src/luan/modules/http/Http.luan	Wed Jan 30 01:21:49 2019 -0700
@@ -172,4 +172,6 @@
 	return Response.errorResponse( Status.INTERNAL_SERVER_ERROR, msg )
 end
 
+Http.domain = nil  -- set in domain specific cases
+
 return Http