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
This commit implements the new API proposed with
#61472
This change set implements the ReadCookies function
on the net/http Request so that it's conveniently possible
to retrieve all cookies from the Cookie header that match
a given name.
It does so by just wrapping the already existing readCookies
function.
Closes#61472
0 commit comments