HttpBuilder v0.2.0 HttpBuilder.Adapters.HTTPotion View Source

An adapter for using HTTPotion. Expects a JSON parser to be included in the HTTPBuilder configuration for encoding requests.

config :http_builder, HttpBuilder.Adapters.HTTPotion
    json_parser: HttpBuilder.Adapters.JSONParser.Poison

If you have Poison as a dependancy, then this adapter will be selected by default.

Returns an HTTPoison structs as responses. or HTTPoison.Error

Does not support recieve timeout, and currently ignores that option.

Link to this section Summary

Link to this section Functions