📝 Clarify RegisterHTTP global registration intent

//
// Registers the http module in Lua state as a global,
// aligning with obicontext and BioSequence conventions.
The change ensures consistent module exposure across Lua environments.
This commit is contained in:
Eric Coissac
2026-04-13 14:29:08 +02:00
parent d257917748
commit 10f49fe64b
+2 -1
View File
@@ -15,7 +15,8 @@ var _httpClient = &http.Client{
Timeout: httpClientTimeout,
}
// RegisterHTTP registers the http module in the Lua state.
// RegisterHTTP registers the http module in the Lua state as a global,
// consistent with obicontext and BioSequence.
//
// Exposes:
//