|
|
@@ -14,13 +14,14 @@ import (
|
|
|
)
|
|
|
|
|
|
const (
|
|
|
- AbortIndex = math.MaxInt8 / 2
|
|
|
- MIMEJSON = "application/json"
|
|
|
- MIMEHTML = "text/html"
|
|
|
- MIMEXML = "application/xml"
|
|
|
- MIMEXML2 = "text/xml"
|
|
|
- MIMEPlain = "text/plain"
|
|
|
- MIMEPOSTForm = "application/x-www-form-urlencoded"
|
|
|
+ AbortIndex = math.MaxInt8 / 2
|
|
|
+ MIMEJSON = "application/json"
|
|
|
+ MIMEHTML = "text/html"
|
|
|
+ MIMEXML = "application/xml"
|
|
|
+ MIMEXML2 = "text/xml"
|
|
|
+ MIMEPlain = "text/plain"
|
|
|
+ MIMEPOSTForm = "application/x-www-form-urlencoded"
|
|
|
+ MIMEMultipartPOSTForm = "multipart/form-data"
|
|
|
)
|
|
|
|
|
|
type (
|