/* Package httpLayer 提供http层的一些方法和定义 */ package httpLayer const ( H11_Str = "http/1.1" H2_Str = "h2" )