Software /
code /
prosody-modules
File
mod_measure_message_length/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 |
parent | 2372:b1b120e654ff |
line wrap: on
line source
Simple module that collects statistics on message length in bytes, word count and line count.