#1181 module:provides("api")

Reporter Zash
Owner Nobody
Created
Updated
Stars ★★ (2)
Tags
  • Status-New
  • Priority-Medium
  • Type-Enhancement
  • Idea
  1. Zash on

    mod_http mutates core.moduleapi, which is a bit of a weird thing to do. What if: ``` lua module:provides("api", { http_url = function (module, app_name, default_path) return "http://example.net" end; }); ``` - Cleaner unloading - Conflict detection - Per-host API extensions?

New comment

Not published. Used for spam prevention and optional update notifications.