type github.com/refraction-networking/utls.FakeTokenBindingExtension
7 uses
github.com/refraction-networking/utls (current package)
u_tls_extensions.go#L43: return &FakeTokenBindingExtension{}
u_tls_extensions.go#L1797: type FakeTokenBindingExtension struct {
u_tls_extensions.go#L1802: func (e *FakeTokenBindingExtension) writeToUConn(uc *UConn) error {
u_tls_extensions.go#L1806: func (e *FakeTokenBindingExtension) Len() int {
u_tls_extensions.go#L1811: func (e *FakeTokenBindingExtension) Read(b []byte) (int, error) {
u_tls_extensions.go#L1829: func (e *FakeTokenBindingExtension) Write(b []byte) (int, error) {
u_tls_extensions.go#L1842: func (e *FakeTokenBindingExtension) 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. |