MCPcopy Index your code
hub / github.com/cloudflare/cloudflared / isConfigurationUpdate

Function isConfigurationUpdate

connection/http2.go:413–415  ·  view source on GitHub ↗
(r *http.Request)

Source from the content-addressed store, hash-verified

411}
412
413func isConfigurationUpdate(r *http.Request) bool {
414 return r.Header.Get(InternalUpgradeHeader) == ConfigurationUpdate
415}
416
417// IsTCPStream discerns if the connection request needs a tcp stream proxy.
418func IsTCPStream(r *http.Request) bool {

Callers 1

determineHTTP2TypeFunction · 0.85

Calls 1

GetMethod · 0.80

Tested by

no test coverage detected