Reflectionless data binding for Go's net/http (not actively maintained)
Trims, sanitizes & scrubs data based on struct tags (go, golang)
High performance, minimalist Go web framework
Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
🚂 Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support.
a package for decode form's values into struct in Go
A lightweight go library for parsing form data or json from an http.Request.
Bind data to any Go value. Can use built-in and custom expression binding capabilities; supports data validation logic for Go values. // 将数据绑定到任何 Go 值。可使用内置和自定义表达式绑定能力;支持对Go值的数据校验逻辑.
🍡 HTTP Input for Go - HTTP Request from/to Go Struct (Data Binding between Go Struct and http.Request)
Go module for encoding structs into URL query parameters
Go package to easily convert a URL's query parameters/values into usable struct values of the correct types.
A high productivity, full-stack web framework for the Go language.