diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-09 17:22:43 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2015-04-09 17:22:43 +0100 |
commit | cf28be3242d57d08bd3666bbce4f60ed67de3022 (patch) | |
tree | 0a9fa4c2e697811bd606157dce557d027067bffc /src/lua/lua_http.c | |
parent | 3c73848f7989b6b0e5d9495affea454462ece482 (diff) | |
download | rspamd-cf28be3242d57d08bd3666bbce4f60ed67de3022.tar.gz rspamd-cf28be3242d57d08bd3666bbce4f60ed67de3022.zip |
Forgot @module.
Diffstat (limited to 'src/lua/lua_http.c')
-rw-r--r-- | src/lua/lua_http.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lua/lua_http.c b/src/lua/lua_http.c index 3858d06c9..7e48b7fd6 100644 --- a/src/lua/lua_http.c +++ b/src/lua/lua_http.c @@ -28,6 +28,7 @@ #include "utlist.h" /*** + * @module rspamd_http * Rspamd HTTP module represents HTTP asynchronous client available from LUA code. * This module hides all complexity: DNS resolving, sessions management, zero-copy * text transfers and so on under the hood. |