diff options
Diffstat (limited to 'src/plugin-luahttp.cc')
-rw-r--r-- | src/plugin-luahttp.cc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/plugin-luahttp.cc b/src/plugin-luahttp.cc new file mode 100644 index 0000000..819a2f3 --- /dev/null +++ b/src/plugin-luahttp.cc @@ -0,0 +1,9 @@ +#include <LuaHttp.h> + +extern "C" { + +void init_plugin(Lua * L) { + LuaHttpResponse::pushstatics(L); +} + +} |