View Source Antikythera.Httpc.Mockable (antikythera v0.5.1)

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

Summary

Functions

Link to this function

delete(url, headers, options)

View Source

See Antikythera.Httpc.delete/3.

Link to this function

delete!(url, headers, options)

View Source

See Antikythera.Httpc.delete!/3.

Link to this function

get(url, headers, options)

View Source

See Antikythera.Httpc.get/3.

Link to this function

get!(url, headers, options)

View Source

See Antikythera.Httpc.get!/3.

Link to this function

head(url, headers, options)

View Source

See Antikythera.Httpc.head/3.

Link to this function

head!(url, headers, options)

View Source

See Antikythera.Httpc.head!/3.

Link to this function

options(url, headers, options)

View Source

See Antikythera.Httpc.options/3.

Link to this function

options!(url, headers, options)

View Source

See Antikythera.Httpc.options!/3.

Link to this function

patch(url, body, headers, options)

View Source

See Antikythera.Httpc.patch/4.

Link to this function

patch!(url, body, headers, options)

View Source

See Antikythera.Httpc.patch!/4.

Link to this function

post(url, body, headers, options)

View Source

See Antikythera.Httpc.post/4.

Link to this function

post!(url, body, headers, options)

View Source

See Antikythera.Httpc.post!/4.

Link to this function

put(url, body, headers, options)

View Source

See Antikythera.Httpc.put/4.

Link to this function

put!(url, body, headers, options)

View Source

See Antikythera.Httpc.put!/4.

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.