mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-06 01:20:24 +08:00
10 lines
143 B
Go
10 lines
143 B
Go
package connection
|
|
|
|
const (
|
|
FeatureSerializedHeaders = "serialized_headers"
|
|
)
|
|
|
|
var SupportedFeatures = []string{
|
|
FeatureSerializedHeaders,
|
|
}
|