mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-04-30 03:50:39 +00:00
📝 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:
@@ -15,7 +15,8 @@ var _httpClient = &http.Client{
|
|||||||
Timeout: httpClientTimeout,
|
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:
|
// Exposes:
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user