antikythera v0.2.0 Antikythera.Httpc.Mockable View Source

Just wrapping Httpc without any modification. Can be mocked with :meck.expect(Httpc.Mockable, :request, ...) without interfering other Httpc action.

Link to this section Summary

Link to this section Functions

Link to this function request(method, url, body, headers, options) View Source

See Antikythera.Httpc.request/5.

Link to this function request!(method, url, body, headers, options) View Source

See Antikythera.Httpc.request!/5.