File

teal-src/util/human/units.d.tl @ 12191:8b57362f1176

mod_http: Skip querying portmanager when http_external_url when is set When http_external_url is set then the portmanager usage only really serves as a check of whether any http service is enabled at all. Should allow generating an URL from prosodyctl when http_external_url is set.
author Kim Alvefur <zash@zash.se>
date Sat, 27 Nov 2021 12:26:15 +0100
parent 11432:113f3912c7cb
child 12608:946a11f794e2
line wrap: on
line source

local lib = record
	adjust : function (number, string) : number, string
	format : function (number, string, string) : string
end
return lib