Mercurial > prosody-modules
view mod_statistics_statsman/README.markdown @ 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 |
parents | e995cd0f228e |
children | 2c25594f9e71 |
line wrap: on
line source
A module providing a streaming statistics interface like [mod_statistics] but based on the new [statistics API][doc:statistics] introduced in Prosody 0.10.