github.com/refraction-networking/utls.CookieExtension.Cookie (field)
7 uses
github.com/refraction-networking/utls (current package)
handshake_client_tls13.go#L415: ks.Cookie = hs.serverHello.cookie
handshake_client_tls13.go#L434: append([]TLSExtension{&CookieExtension{Cookie: hs.serverHello.cookie}},
u_tls_extensions.go#L1536: Cookie []byte
u_tls_extensions.go#L1550: return 6 + len(e.Cookie)
u_tls_extensions.go#L1554: cookieLen := len(e.Cookie)
u_tls_extensions.go#L1575: copy(b[6:], e.Cookie)
u_tls_extensions.go#L1587: e.Cookie = []byte(cookie.Cookie)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |