MCPcopy Create free account
hub / github.com/kataras/iris / DefaultConfiguration

Function DefaultConfiguration

httptest/httptest.go:94–96  ·  view source on GitHub ↗

DefaultConfiguration returns the default configuration for the httptest.

()

Source from the content-addressed store, hash-verified

92
93// DefaultConfiguration returns the default configuration for the httptest.
94func DefaultConfiguration() *Configuration {
95 return &Configuration{URL: "", Debug: false, LogLevel: "disable"}
96}
97
98// New Prepares and returns a new test framework based on the "app".
99// Usage:

Callers 2

NewFunction · 0.70
NewInsecureFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…