github.com/refraction-networking/utls.UtlsGREASEExtension.Body (field)
10 uses
github.com/refraction-networking/utls (current package)
u_parrots.go#L2864: ext.Body = []byte{0}
u_tls_extensions.go#L971: Body []byte // in Chrome first grease has empty body, second grease has a single zero byte
u_tls_extensions.go#L990: return 4 + len(e.Body)
u_tls_extensions.go#L1000: b[2] = byte(len(e.Body) >> 8)
u_tls_extensions.go#L1001: b[3] = byte(len(e.Body))
u_tls_extensions.go#L1002: if len(e.Body) > 0 {
u_tls_extensions.go#L1003: copy(b[4:], e.Body)
u_tls_extensions.go#L1010: e.Body = make([]byte, len(b))
u_tls_extensions.go#L1011: n := copy(e.Body, b)
u_tls_extensions.go#L1036: e.Body = jsonObj.Data
![]() |
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. |