# Functions
NewHandler returns an http.Handler for requesting the verification error status.
NewResetHandler returns an http.Handler for reseting the verification error status.
# Structs
Handler is an http.Handler that returns the request and response verifications of reqv and resv as JSON.
ResetHandler is an http.Handler that resets the request and response verifications of reqv and resv.
TestVerifier is a request and response verifier with overridable errors for verification.
# Interfaces
RequestResponseVerifier is a RequestVerifier and a ResponseVerifier.
RequestVerifier is a RequestModifier that maintains a verification state.
ResponseVerifier is a ResponseModifier that maintains a verification state.