Software /
code /
prosody-modules
Comparison
.luacheckrc @ 2612:1cf418299d86
luacheckrc: Add the module:http_url API provided by mod_http to known globals
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 14 Mar 2017 00:19:59 +0100 |
parent | 2604:08f2d2a61af8 |
child | 2888:59cc6f9e8e68 |
comparison
equal
deleted
inserted
replaced
2611:4d81d7219db0 | 2612:1cf418299d86 |
---|---|
61 "module.unhook", | 61 "module.unhook", |
62 "module.unhook_object_event", | 62 "module.unhook_object_event", |
63 "module.wrap_event", | 63 "module.wrap_event", |
64 "module.wrap_global", | 64 "module.wrap_global", |
65 "module.wrap_object_event", | 65 "module.wrap_object_event", |
66 | |
67 -- mod_http API | |
68 "module.http_url", | |
66 } | 69 } |
67 globals = { | 70 globals = { |
68 "_M", | 71 "_M", |
69 | 72 |
70 -- Methods that can be set on module API | 73 -- Methods that can be set on module API |