gin icon indicating copy to clipboard operation
gin copied to clipboard

Cookies added to return all cookies at once.

Open arshamalh opened this issue 1 year ago • 0 comments

http.Request has two methods called Cookie and Cookies, I think it's a good option for Gin to have both of them, not limiting them to only one method. without this commit, user should call cookies one by one, handle errors (cookie doesn't exist) and user can't find out what other cookies are there. Also Express that is gin inspiration can handle multiple cookies at once.

arshamalh avatar Jun 10 '22 00:06 arshamalh