type github.com/refraction-networking/utls.GenericExtension
10 uses
github.com/refraction-networking/utls (current package)
u_clienthello_json.go#L170: return &GenericExtension{Id: id}
u_common.go#L261: chs.Extensions = append(chs.Extensions, &GenericExtension{extension, extData})
u_common.go#L340: chs.Extensions = append(chs.Extensions, &GenericExtension{extType, []byte{}})
u_conn.go#L534: uconn.Extensions[echExtIdx] = &GenericExtension{
u_conn.go#L553: uconn.Extensions[echExtIdx] = &GenericExtension{
u_tls_extensions.go#L871: type GenericExtension struct {
u_tls_extensions.go#L876: func (e *GenericExtension) writeToUConn(uc *UConn) error {
u_tls_extensions.go#L880: func (e *GenericExtension) Len() int {
u_tls_extensions.go#L884: func (e *GenericExtension) Read(b []byte) (int, error) {
u_tls_extensions.go#L899: func (e *GenericExtension) UnmarshalJSON(b []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. |