luaopen_httpd
lua_pushcfunction(map->L, luaopen_httpd);
lua_openlib(map->L, LUA_HTTPDLIBNAME, luaopen_httpd);