An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

Top 1.6% on proxy.golang.org
Top 0.2% dependent packages on proxy.golang.org
Top 0.3% dependent repos on proxy.golang.org
Top 3.9% forks on proxy.golang.org
Top 1.2% docker downloads on proxy.golang.org

proxy.golang.org : github.com/go-playground/form/v4

Package form Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. It has the following features: Questions out of the box supported types string bool int, int8, int16, int32, int64 uint, uint8, uint16, uint32, uint64 float32, float64 struct and anonymous struct interface{} time.Time` - by default using RFC3339 a `pointer` to one of the above types slice, array map `custom types` can override any of the above types many other types may be supported inherently (eg. bson.ObjectId is type ObjectId string, which will get populated by the string type **NOTE**: map, struct and slice nesting are ad infinitum. symbols html example decoding the above HTML example encoding Decoder Encoder you can tell form to ignore fields using `-` in the tag you can tell form to omit empty fields using `,omitempty` or `FieldName,omitempty` in the tag To maximize compatibility with other systems the Encoder attempts to avoid using array indexes in url.Values if at all possible.

Registry - Source - Documentation - JSON
purl: pkg:golang/github.com/go-playground/form/v4
Keywords: decoding , encoder , form , form-data , parser
License: MIT
Latest release: almost 2 years ago
First release: over 5 years ago
Namespace: github.com/go-playground/form
Dependent packages: 539
Dependent repositories: 485
Stars: 590 on GitHub
Forks: 36 on GitHub
Docker dependents: 51
Docker downloads: 2,878
See more repository details: repos.ecosyste.ms
Last synced: 6 months ago

    Loading...
    Readme
    Loading...