github.com/refraction-networking/utls.TLSExtensionWriter.Write (method)
11 uses
github.com/refraction-networking/utls (current package)
u_common.go#L254: if _, err := extWriter.Write(extData); err != nil {
u_common.go#L347: _, err = extWriter.Write(data["pt_fmts"])
u_common.go#L355: _, err = extWriter.Write(data["sig_algs"])
u_common.go#L371: _, err = extWriter.Write(fixedData)
u_common.go#L380: _, err = extWriter.Write(data["curves"])
u_common.go#L389: _, err = extWriter.Write(data["alpn"])
u_common.go#L409: _, err = extWriter.Write(fixedData)
u_common.go#L422: _, err = extWriter.Write(fixedData)
u_common.go#L435: _, err = extWriter.Write(fixedData)
u_common.go#L444: _, err = extWriter.Write(data["record_size_limit"]) // uint16 as []byte
u_tls_extensions.go#L112: Write(b []byte) (n int, err 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. |