Selected Tags

Click on a tag to remove it

More Tags

Click on a tag to add it and filter down

Forms packages

Showing projects tagged as Forms

  • nosurf

    7.8 0.0 Go
    CSRF protection middleware for Go.
  • gorilla/csrf

    7.4 1.1 Go
    DISCONTINUED. gorilla/csrf provides Cross Site Request Forgery (CSRF) prevention middleware for Go web applications & services 🔒
  • binding

    7.3 0.0 Go
    DISCONTINUED. Reflectionless data binding for Go's net/http (not actively maintained)
  • form

    6.8 2.8 Go
    :steam_locomotive: Decodes url.Values into Go value(s) and Encodes Go value(s) into url.Values. Dual Array and Full map support.
  • conform

    5.8 0.0 Go
    Trims, sanitizes & scrubs data based on struct tags (go, golang)
  • httpin

    5.4 8.4 Go
    🍡 HTTP Input for Go - HTTP Request from/to Go Struct
  • formam

    5.0 0.0 Go
    a package for decode form's values into struct in Go
  • forms

    4.8 0.0 Go
    A lightweight go library for parsing form data or json from an http.Request.
  • qs

    3.3 4.3 Go
    Go module for encoding structs into URL query parameters
  • bind

    2.5 0.0 Go
    Bind form data to any Go values
  • queryparam

    2.1 0.0 Go
    Go package to easily convert a URL's query parameters/values into usable struct values of the correct types.
  • Password validator library for Go

    1.3 0.0 Go
    Flexible and customizable password validation
  • go-parameters

    0.9 6.8 Go
    :blue_book: Easily parse incoming parameters and values from an HTTP request
  • checker

    0.7 7.6 Go
    Checker is a Go library for validating user input through checker rules provided in struct tags.
  • gbind

    0.7 6.1 Go
    Bind data to any Go value. Can use built-in and custom expression binding capabilities; supports data validation logic for Go values. // 将数据绑定到任何 Go 值。可使用内置和自定义表达式绑定能力;支持对Go值的数据校验逻辑.
  • Go-Form

    0.6 0.0 Go
    Create HTML forms with your structs and interfaces.