i'm trying to get a cookie just like what *http.Request do ( r.Cookie("cookie_key") ), how i can achieve this without connection Upgrade (pure ws)
r.Cookie("cookie_key")
Referring to this commit , actually you can just call
ws.Request().Cookie("guid")