Hui.Httpoison Build StatusHex pm

An implementation of Hui HTTP client behaviour using HTTPoison which can be used in conjunction with Hui to query Solr search platform.

Configuration

To use this implementation in Hui, add this following in config.exs:

config :hui,
  http: Hui.Httpoison

Installation

If available in Hex, the package can be installed by adding hui_httpoison to your list of dependencies in mix.exs:

def deps do
  [
    {:hui_httpoison, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/hui_http_httpoison.

License

Hui.Httpoison is released under Apache 2 License. Check the LICENSE file for more information.