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

Method Error

config.go:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46func (i *invalidHTTPMethodError) Error() string {
47 return fmt.Sprintf("Unknown HTTP method: %v", i.method)
48}
49
50func (c *config) checkArgs() error {
51 c.checkOrSetDefaultTestType()

Callers 15

TestCanHaveBodyFunction · 0.80
addMethod · 0.80
getMethod · 0.80
TestHTTP2ClientFunction · 0.80
TestHTTP1ClientsFunction · 0.80
TestTimeBarrierCancelFunction · 0.80
TestCountedBarrierCancelFunction · 0.80

Calls

no outgoing calls