exvcr v0.8.3 ExVCR.Adapter.Httpc
Provides adapter methods to mock :httpc methods.
Summary
Functions
Default definitions for stub
Generate key for searching response
Returns the response from the ExVCR.Reponse record
Callback from ExVCR.Handler when response is retrieved from the json file cache
Callback from ExVCR.Handler when response is retrieved from the HTTP server
Returns the name of the mock target module
Returns list of the mock target methods with function name and callback. TODO:
{:request, &ExVCR.Recorder.request(recorder, [&1,&2])}
{:request, &ExVCR.Recorder.request(recorder, [&1,&2,&3,&4,&5])}
Functions
Callback from ExVCR.Handler when response is retrieved from the json file cache.
Callback from ExVCR.Handler when response is retrieved from the HTTP server.