type github.com/refraction-networking/utls.CookieExtension
7 uses
github.com/refraction-networking/utls (current package)
handshake_client_tls13.go#L414: if ks, ok := ext.(*CookieExtension); ok {
handshake_client_tls13.go#L434: append([]TLSExtension{&CookieExtension{Cookie: hs.serverHello.cookie}},
u_tls_extensions.go#L1535: type CookieExtension struct {
u_tls_extensions.go#L1539: func (e *CookieExtension) writeToUConn(uc *UConn) error {
u_tls_extensions.go#L1543: func (e *CookieExtension) Len() int {
u_tls_extensions.go#L1553: func (e *CookieExtension) Read(b []byte) (int, error) {
u_tls_extensions.go#L1580: func (e *CookieExtension) UnmarshalJSON(data []byte) error {
![]() |
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. |