HttpBuilder v0.4.1 API Reference
Modules
HttpBuilder is a library that provides a DSL for composable HTTP Requests
The HttpBuilder Adapter takes a Http.Request, and converts it to an outgoing call
A JSON encoder/decoder interface for HttpBuilder adapters
An adapter for using HTTPoison. Expects a JSON parser to be included in the HTTPBuilder configuration for encoding requests
An adapter for using HTTPotion. Expects a JSON parser to be included in the HTTPBuilder configuration for encoding requests
An adapter for using :hackney
. Expects a JSON parser to be
included in the HTTPBuilder configuration for encoding requests
An adapter for using IBrowse. Expects a JSON parser to be included in the HTTPBuilder configuration for encoding requests
Provides a struct, containing all the options for a potential HTTP Request