Files
v2ray_simple/httpLayer/const.go
2022-03-17 08:11:56 +08:00

10 lines
146 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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