comparison 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
comparison
equal deleted inserted replaced
1413:514b7a62fe27 1414:4abf88ec66de
174 return Response.errorResponse( Status.INTERNAL_SERVER_ERROR, msg ) 174 return Response.errorResponse( Status.INTERNAL_SERVER_ERROR, msg )
175 end 175 end
176 176
177 Http.domain = nil -- set in domain specific cases 177 Http.domain = nil -- set in domain specific cases
178 178
179 Http.is_serving = false
180
179 return Http 181 return Http