mirror of
https://github.com/labstack/echo.git
synced 2026-06-20 01:18:42 +02:00
Fixed type in charset=utf-8
Signed-off-by: Vishal Rana <vr@labstack.com>
This commit is contained in:
@@ -95,8 +95,8 @@ const (
|
||||
ApplicationForm = "application/x-www-form-urlencoded"
|
||||
ApplicationProtobuf = "application/protobuf"
|
||||
ApplicationMsgpack = "application/msgpack"
|
||||
TextHTML = "text/html ;charset=utf-8"
|
||||
TextPlain = "text/plain ;charset=utf-8"
|
||||
TextHTML = "text/html; charset=utf-8"
|
||||
TextPlain = "text/plain; charset=utf-8"
|
||||
MultipartForm = "multipart/form-data"
|
||||
|
||||
//---------
|
||||
|
||||
Reference in New Issue
Block a user