package
0.28.0
Repository: https://github.com/rickb777/httpclient.git
Documentation: pkg.go.dev

# Functions

MockJSONResponse builds a JSON http.Response using a literal JSON string or a data struct.
MockResponse builds a http.Response.
MockXMLResponse builds an XML http.Response using a literal XML string or a data struct.
No description provided by the author

# Constants

No description provided by the author
No description provided by the author

# Structs

MockHttpClient is a HttpClient that holds some stubbed outcomes.
Outcome defines a matching rule for an expected HTTP request outcome.

# Interfaces

TestingT is a simple *testing.T interface wrapper.