Files

8 lines
105 B
Go
Raw Permalink Normal View History

2024-08-13 15:28:30 +08:00
package main
import "net/textproto"
func main() {
println(textproto.CanonicalMIMEHeaderKey("host"))
}