1 Star 0 Fork 0

g-devops / forms

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
doc.go 700 Bytes
一键复制 编辑 原始数据 按行查看 历史
Alex Browne 提交于 2017-02-15 15:14 . Version 0.4.0
// Copyright 2015 Alex Browne. All rights reserved.
// Use of this source code is governed by the MIT
// license, which can be found in the LICENSE file.
// package forms is a lightweight, but incredibly useful library for parsing
// form data from an http.Request. It supports multipart forms, url-encoded
// forms, json data, and url query parameters. It also provides helper methods
// for converting data into other types and a Validator object which can be
// used to validate the data. Forms is framework-agnostic and works directly
// with the http package.
//
// For the full source code, example usage, and more, visit
// https://github.com/albrow/forms.
//
// Version 0.4.0
package forms
Go
1
https://gitee.com/g-devops/forms.git
git@gitee.com:g-devops/forms.git
g-devops
forms
forms
v0.3.4

搜索帮助