# Functions
DefaultConfiguration returns the default configuration for the httptest.
New Prepares and returns a new test framework based on the "app".
NewInsecure same as New but receives a single host instead of the whole framework.
NewLocalListener returns a new ipv4 "127.0.0.1:0" or tcp6 "[::1]:0" tcp listener.
NewLocalTLSListener returns a new tls listener based on the "tcpListener", if "tcpListener" is nil it make use of the `NewLocalListener`.
# Variables
Debug if true then debug messages from the httpexpect will be shown when a test runs Defaults to false.
LocalhostCert is a PEM-encoded TLS cert with SAN IPs "127.0.0.1" and "[::1]", expiring at Jan 29 16:00:00 2084 GMT.
LocalhostKey is the private key for localhostCert.
URL if setted then it sets the httptest's BaseURL.
# Structs
Configuration httptest configuration.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author