Comparison

.luacheckrc @ 8569:f88bd2428bc2

.luacheckrc: Add awareness of the module:http_url API added by mod_http
author Kim Alvefur <zash@zash.se>
date Wed, 07 Mar 2018 19:21:24 +0100
parent 8568:37d98a5fbb77
child 8573:85e51205eef7
comparison
equal deleted inserted replaced
8568:37d98a5fbb77 8569:f88bd2428bc2
78 "module.unhook", 78 "module.unhook",
79 "module.unhook_object_event", 79 "module.unhook_object_event",
80 "module.wrap_event", 80 "module.wrap_event",
81 "module.wrap_global", 81 "module.wrap_global",
82 "module.wrap_object_event", 82 "module.wrap_object_event",
83
84 -- mod_http API
85 "module.http_url",
83 }; 86 };
84 globals = { 87 globals = {
85 -- Methods that can be set on module API 88 -- Methods that can be set on module API
86 "module.unload", 89 "module.unload",
87 "module.add_host", 90 "module.add_host",