HttpBuilder v0.2.0 HttpBuilder.Adapters.Hackney View Source
An adapter for using :hackney
. Expects a JSON parser to be
included in the HTTPBuilder configuration for encoding requests.
config :http_builder, HttpBuilder.Adapters.Hackney
json_parser: HttpBuilder.Adapters.JSONParser.Poison
If you have Poison
as a dependancy, then this adapter will be
selected by default.