Registry / serialization / ajg-form

ajg-form

JSON →
library1.7.1gogounverified

Package form implements encoding and decoding of application/x-www-form-urlencoded data.

go get github.com/ajg/form
INSTALL
IMPORT
SIG · AJG-FORM
A
ajg-form
serializationgov1.7.1
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.

form
github.com/ajg/form

Encode a map to URL-encoded form data

package main import ( "fmt" "github.com/ajg/form" ) func main() { values, _ := form.EncodeToValues(map[string]string{"key": "value"}) fmt.Println(values.Encode()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.7.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
35 hits · last 30 days
node
30
OpenAI (training)
1
Resources
ajg-form — go get ajg-form · libregistry