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

Function uint8ToString

connection/connection.go:311–313  ·  view source on GitHub ↗
(input uint8)

Source from the content-addressed store, hash-verified

309}
310
311func uint8ToString(input uint8) string {
312 return strconv.FormatUint(uint64(input), 10)
313}
314
315func FindCfRayHeader(req *http.Request) string {
316 return req.Header.Get("Cf-Ray")

Callers 1

logConnectedMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected