]> source.dussan.org Git - rspamd.git/commit
* Add lua http support that makes it easy to send GET and POST request to HTTP server...
authorVsevolod Stakhov <vsevolod@rambler-co.ru>
Thu, 9 Jun 2011 16:47:35 +0000 (20:47 +0400)
committerVsevolod Stakhov <vsevolod@rambler-co.ru>
Thu, 9 Jun 2011 16:47:35 +0000 (20:47 +0400)
commit8383d4f139b7b5a694c6231cff6642c31d82fe72
tree3d823b2b66b7d249fc0fa4163f02d78e5a1f3295
parent25591d79bad7c201ee12717cde3c6c39e39e48e5
* Add lua http support that makes it easy to send GET and POST request to HTTP servers from lua code
src/lua/CMakeLists.txt
src/lua/lua_common.c
src/lua/lua_common.h
src/lua/lua_http.c [new file with mode: 0644]