package
1.0.1
Repository: https://github.com/highwire/http-api-mock.git
Documentation: pkg.go.dev

# Structs

HTTPTranslator is and adaptor beteewn the http and mock definition.

# Interfaces

MessageTranslator defines the translator contract between http and mock and viceversa.this translation decople the mock matcher from the specific http implementation.
MockRequestBuilder defines the translator from http.Request to definition.Request.
MockResponseWriter defines the translator from definition.Response to http.ResponseWriter.