mirror of
https://github.com/eolinker/apinto
synced 2025-10-07 09:41:01 +08:00
httpCtx 副本包
This commit is contained in:
10
node/http-context/http-context-copy/error.go
Normal file
10
node/http-context/http-context-copy/error.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package http_context_copy
|
||||
|
||||
import "errors"
|
||||
|
||||
var (
|
||||
ErrorNotForm = errors.New("contentType is not Form")
|
||||
ErrorNotMultipart = errors.New("contentType is not Multipart")
|
||||
ErrorNotAllowRaw = errors.New("contentType is not allow Raw")
|
||||
ErrorNotSend = errors.New("not send")
|
||||
)
|
Reference in New Issue
Block a user