edieruby

Results 5 issues of edieruby

WithWriteTimeout and WithReadTimeout, the unit is millisecond?

AReq { B []string `form:"b,optional"` } It seems that this multi parameters does not support? Can support? Similar like follow: https://stackoverflow.com/questions/39736243/ho-to-bind-to-slice-values-in-go-gin-form https://github.com/gin-gonic/gin/issues/408

go mod download get the error require github.com/go-session/session: version "v3.1.3" invalid: module contains a go.mod file, so major version must be compatible: should be v0 or v1, not v3.

@kevwan 参数校验规则 https://go-zero.dev/docs/tutorials/api/parameter `json:"gender,options=[foo,bar]"` https://go-zero.dev/en/docs/tutorials/api/parameter `json:"gender,options=foo|bar"` 不一致