Registry / http-client / cjoudrey-gluahttp

cjoudrey-gluahttp

JSON →
library0.0.0-20201111170219-25003d9adfa9gogounverified

An HTTP client library for GopherLua, enabling HTTP requests from Lua scripts.

go get github.com/cjoudrey/gluahttp
INSTALL
IMPORT
SIG · CJOUDREY-GLUAHTTP
C
cjoudrey-gluahttp
http-clientgov0.0.0-20201111170219-25003d9adfa9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

gluahttp
github.com/cjoudrey/gluahttp

Preload the HTTP module into a GopherLua state.

package main import ( "github.com/cjoudrey/gluahttp" "github.com/yuin/gopher-lua" ) func main() { L := lua.NewState() defer L.Close() gluahttp.Preload(L) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20201111170219-25003d9adfa9latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
18
OpenAI (training)
1
Resources
cjoudrey-gluahttp — go get cjoudrey-gluahttp · libregistry