# HG changeset patch # User Kim Alvefur # Date 1684933010 -7200 # Node ID 5469045ef7f0a59b8520a48c6481a94eeffb27c2 # Parent 6cd768e6ac7c0b71fc21c347e53b5e61936d5af1 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. diff -r 6cd768e6ac7c -r 5469045ef7f0 teal-src/module.d.tl --- a/teal-src/module.d.tl Wed May 24 14:49:29 2023 +0200 +++ b/teal-src/module.d.tl Wed May 24 14:56:50 2023 +0200 @@ -138,6 +138,9 @@ save : function () : any restore : function (any) unload : function () + + -- added by mod_http + http_url : function (moduleapi, string, string, string) : string end global module : moduleapi