type github.com/refraction-networking/utls.StatusRequestV2Extension

7 uses

	github.com/refraction-networking/utls (current package)
		u_tls_extensions.go#L35: 		return &StatusRequestV2Extension{}
		u_tls_extensions.go#L476: type StatusRequestV2Extension struct {
		u_tls_extensions.go#L479: func (e *StatusRequestV2Extension) writeToUConn(uc *UConn) error {
		u_tls_extensions.go#L484: func (e *StatusRequestV2Extension) Len() int {
		u_tls_extensions.go#L488: func (e *StatusRequestV2Extension) Read(b []byte) (int, error) {
		u_tls_extensions.go#L507: func (e *StatusRequestV2Extension) Write(b []byte) (int, error) {
		u_tls_extensions.go#L524: func (e *StatusRequestV2Extension) UnmarshalJSON(_ []byte) error {