correct the mime type to x-protobuf

This commit is contained in:
zhing 2015-07-18 15:18:01 +08:00
parent 9d644d22e0
commit 04917e8307
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const (
MIMEPlain = "text/plain"
MIMEPOSTForm = "application/x-www-form-urlencoded"
MIMEMultipartPOSTForm = "multipart/form-data"
MIMEPROTOBUF = "application/octet-stream"
MIMEPROTOBUF = "application/x-protobuf"
)
type Binding interface {