HttpBuilder v0.3.0 HttpBuilder.Adapters.HTTPoison View Source

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

config :http_builder, HttpBuilder.Adapters.HTTPoison
    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

Link to this section Summary

Functions

Sends a HttpRequest

Link to this section Functions