MCPcopy Create free account
hub / github.com/apache/trafficserver / ts_lua_set_http_ctx

Function ts_lua_set_http_ctx

plugins/lua/ts_lua_util.cc:763–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

761}
762
763void
764ts_lua_set_http_ctx(lua_State *L, ts_lua_http_ctx *ctx)
765{
766 lua_pushliteral(L, "__ts_http_ctx");
767 lua_pushlightuserdata(L, ctx);
768 lua_rawset(L, LUA_GLOBALSINDEX);
769}
770
771ts_lua_http_ctx *
772ts_lua_get_http_ctx(lua_State *L)

Callers 1

ts_lua_create_http_ctxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected