# Functions
New returns a SpoofingClient that rewrites requests if the target domain is not `resolveable`.
# Structs
Response is a stripped down subset of http.Response.
SpoofingClient is a minimal http client wrapper that spoofs the domain of requests for non-resolvable domains.
# Interfaces
No description provided by the author
# Type aliases
ResponseChecker is used to determine when SpoofinClient.Poll is done polling.