refraction-networking / utls

Fork of the Go standard TLS library, providing low-level access to the ClientHello for mimicry purposes.
BSD 3-Clause "New" or "Revised" License
1.65k stars 236 forks source link

header fields order like chrome #310

Open kayon opened 1 month ago

kayon commented 1 month ago

Or allow users to customize the sorting

fedosgad commented 1 month ago

Header ordering is out of scope of this repo, because headers are in HTTP and this repo is about TLS (one level below).