We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478fe45 commit 8695c65Copy full SHA for 8695c65
redirect.go
@@ -101,7 +101,6 @@ func (r *Redirect) WithInput() *Redirect {
101
ctype := utils.ToLower(utils.UnsafeString(r.c.Context().Request.Header.ContentType()))
102
ctype = binder.FilterFlags(utils.ParseVendorSpecificContentType(ctype))
103
104
- // TODO: Maybe better implementation.
105
switch ctype {
106
case MIMEApplicationForm:
107
_ = r.c.Bind().Form(r.oldInput)
0 commit comments