package
6.0.0+incompatible
Repository: https://github.com/iris-framework/iris.git
Documentation: pkg.go.dev

# Functions

DefaultConfiguration returns the default configuration for the httptest all values are defaulted to false for clarity.
New Prepares and returns a new test framework based on the app is useful when you need to have more than one test framework for the same iris instance usage: iris.Default.Get("/mypath", func(ctx *iris.Context){ctx.Write("my body")}) ..
NewInsecure same as New but receives a single host instead of the whole framework.

# Variables

Debug if true then debug messages from the httpexpect will be shown when a test runs Default is false.
ExplicitURL If true then the url (should) be prepended manually, useful when want to test subdomains Default is false.

# Structs

Configuration httptest configuration.

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author