teal: Describe http_url method

It is not part of the "real" module API, but used in various places.
Extending the API seems hard to describe in a type-safe way.
This commit is contained in:
Kim Alvefur 2023-05-24 14:56:50 +02:00
parent ba878e7230
commit 3320521129

View file

@ -138,6 +138,9 @@ global record moduleapi
save : function () : any
restore : function (any)
unload : function ()
-- added by mod_http
http_url : function (moduleapi, string, string, string) : string
end
global module : moduleapi