MimiType增加text/plain
This commit is contained in:
parent
f17dd21cbd
commit
863c03f34b
@ -96,6 +96,8 @@ const (
|
|||||||
MimeTypeImagePng = "image/png"
|
MimeTypeImagePng = "image/png"
|
||||||
// MimeTypeJson json数据格式
|
// MimeTypeJson json数据格式
|
||||||
MimeTypeJson = "application/json"
|
MimeTypeJson = "application/json"
|
||||||
|
// MimeTypeTextPlain text/plain
|
||||||
|
MimeTypeTextPlain = "text/plain"
|
||||||
// MimeTypeXWWWFormUrlencoded <form encType=””>中默认的encType,form表单数据被编码为key/value格式发送到服务器(表单默认的提交数据的格式)
|
// MimeTypeXWWWFormUrlencoded <form encType=””>中默认的encType,form表单数据被编码为key/value格式发送到服务器(表单默认的提交数据的格式)
|
||||||
MimeTypeXWWWFormUrlencoded = "application/x-www-form-urlencoded"
|
MimeTypeXWWWFormUrlencoded = "application/x-www-form-urlencoded"
|
||||||
// MimeTypeXml xml请求方式
|
// MimeTypeXml xml请求方式
|
||||||
|
Loading…
x
Reference in New Issue
Block a user