MCPcopy Index your code
hub / github.com/codesenberg/bombardier / String

Method String

config.go:165–175  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

163)
164
165func (ct clientTyp) String() string {
166 switch ct {
167 case fhttp:
168 return "FastHTTP"
169 case nhttp1:
170 return "net/http v1.x"
171 case nhttp2:
172 return "net/http v2.0"
173 }
174 return "unknown client"
175}

Callers 11

newFastHTTPClientFunction · 0.45
testAllClientsFunction · 0.45
TestEmbeddedURLParsingFunction · 0.45
newKingpinParserFunction · 0.45
RequestURLMethod · 0.45
main.goFile · 0.45

Calls

no outgoing calls

Tested by 6

testAllClientsFunction · 0.36
TestEmbeddedURLParsingFunction · 0.36