# 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 a handler mux := http.NewServeMux() mux.Handle("/",http.HandlerFunc(...)) ..
# 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.
Handler sets the http handler to the httptest , use this function if you test your net/http api.
RequestHandler sets the fasthttp handler to the httptest , use this function if you test your valyala/fasthttp api.
# Structs
Configuration is the httptest main configuration.
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author