Registry / serialization / ajg-form

ajg-form

JSON →
library1.7.1gogounverified

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

serialization
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.

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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
16 hits · last 30 days
gptbot
3
amazonbot
3
claudebot
3
ahrefsbot
1
Resources