add Net.Http to lua

This commit is contained in:
2025-07-31 20:37:31 +03:00
parent 75ee6e10aa
commit f411637520
3 changed files with 176 additions and 3 deletions

View File

@@ -24,5 +24,5 @@ func (h *HandlerV1) Handle(r *http.Request, req *rpc.RPCRequest) *rpc.RPCRespons
}
}
return h.handleLUA(method, req)
return h.handleLUA(r, req, method)
}