utls
utls copied to clipboard
ALPS Client Hints
Hello! Could you please help me understand how I can implement the transmission of ACCEPT CH on my HTTP server using ALPS, specifically for headers like sec-ch-ua-bitness?
I would like to achieve this without using the accept-ch response header.
https://github.com/WICG/client-hints-infrastructure/blob/main/reliability.md https://datatracker.ietf.org/doc/html/draft-vvv-tls-alps
// ApplicationSettings is a set of application settings (ALPS) to use // with each application protocol (ALPN). ApplicationSettings map[string][]byte // [uTLS]
Thank you in advance!