You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// DisableForceMultipart disables force using multipart to upload form data.
func (r *Request) DisableForceMultipart() *Request {
r.isMultiPart = true
return r
}
maybe r.isMultiPart = flase is correct?
The text was updated successfully, but these errors were encountered:
I'm curious about :
req/request.go
Line 1105 in d0373d2
maybe
r.isMultiPart = flase
is correct?The text was updated successfully, but these errors were encountered: