Registry / other / cjoudrey-gluaurl

cjoudrey-gluaurl

JSON →
library0.0.0-20161028222611-31cbb9bef199gogounverified

A GopherLua module providing URL parsing and manipulation functions for Lua scripts.

go get github.com/cjoudrey/gluaurl
INSTALL
IMPORT
SIG · CJOUDREY-GLUAURL
C
cjoudrey-gluaurl
othergov0.0.0-20161028222611-31cbb9bef199
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.

gluaurl
github.com/cjoudrey/gluaurl

Preloads the URL module into a GopherLua state.

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

No known issues recorded.

Upgrade
Version history
0.0.0-20161028222611-31cbb9bef199latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
cjoudrey-gluaurl — go get cjoudrey-gluaurl · libregistry