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
// Cookie binds the requesr cookie strings into the struct, map[string]string and map[string][]string.
96
+
// Cookie binds the request cookie strings into the struct, map[string]string and map[string][]string.
96
97
// NOTE: If your cookie is like key=val1,val2; they'll be binded as an slice if your map is map[string][]string. Else, it'll use last element of cookie.
0 commit comments