Source File
supplemental_data_formats.go
Belonging Package
github.com/refraction-networking/utls/dicttls
package dicttls// source: https://www.iana.org/assignments/tls-parameters/tls-parameters.xhtml#tls-parameters-12// last updated: March 2023const (SupplementalDataType_user_mapping_data uint16 = 0SupplementalDataType_authz_data uint16 = 16386)var DictSupplementalDataFormatValueIndexed = map[uint16]string{0: "user_mapping_data",16386: "authz_data",}var DictSupplementalDataFormatNameIndexed = map[string]uint16{"user_mapping_data": 0,"authz_data": 16386,}
![]() |
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. |