Mercurial > prosody-hg
view core/features.lua @ 13102:4e112b87543d
net.http.server: Log request and response status lines
Points out the beginning and end of a request.
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Sun, 14 May 2023 18:44:38 +0200 |
| parents | ead41e25ebc0 |
| children | 8576f94ac90a |
line wrap: on
line source
local set = require "prosody.util.set"; return { available = set.new{ -- mod_bookmarks bundled "mod_bookmarks"; -- Roles, module.may and per-session authz "permissions"; -- prosody.* namespace "loader"; -- "keyval+" store "keyval+"; }; };
