请求处理常见tag语法

Posted jacktu

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了请求处理常见tag语法相关的知识,希望对你有一定的参考价值。

type InputStructure struct {
Content string `form:"content" binding:"required,len=2"`
Age int `form:"age" binding:"max=10,min=1"`
Pass string `form:"pass" binding:"gte=6"` // 字母和数字
ConfirmPass string `form:"cpass" binding:"eqfield=Pass"` // 与上一个域相同
FileName string `form:"fname" binding:"gte=2,alphanum"` // 字母和数字
Email string `form:"email" binding:"email"`
//Body string `form:"base64" binding:"base64"` // startswith=hello, endswith=hello, contains=@, uuid, ip
}

以上是关于请求处理常见tag语法的主要内容,如果未能解决你的问题,请参考以下文章

TomcatJPS中常见的tomcat报错错误分析

服务器常见页面访问返回错误信息

Nginx基础入门之文件操作优化及请求特殊处理介绍

HTTP 常见状态码解析

常见的HTTP状态码深入理解

常见的HTTP状态码详细解析