source = {
	["url"] = "https://hg.prosody.im/prosody-modules/archive/09233b625cb9.tar.gz/mod_http_health";
	["dir"] = "Community-Modules-09233b625cb9/mod_http_health";
	["file"] = "prosody-modules-09233b625cb9.tar.gz";
}
version = "2-1"
build = {
	["type"] = "builtin";
	["modules"] = {
		["mod_http_health"] = "mod_http_health.lua";
	};
}
package = "mod_http_health"
description = {
	["homepage"] = "https://modules.prosody.im/mod_http_health.html";
	["summary"] = "Provide a health check HTTP endpoint\n\nSomeone in the chat asked about a health check endpoint, which reminded\nme of mod_http_status, which was simplified to produce this module.";
	["license"] = "MIT";
}
