Software / code / prosody-modules
Comparison
mod_prometheus/mod_prometheus.lua @ 3336:4af114684e0a
mod_http_index: Allow listed modules to include a friendlier name
Example:
```
module:provides("http", {
name = "demo";
title = "Demo HTTP Module";
route = {
GET = function() return "Hello"; end;
};
});
```
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Thu, 27 Sep 2018 17:13:10 +0200 |
| parent | 3149:ccbfe7df02dc |
| child | 3952:343dc9dd70dd |
comparison
equal
deleted
inserted
replaced
| 3335:04fe2b41da91 | 3336:4af114684e0a |
|---|