View Source HueSDK.HTTP (HueSDK v0.1.1)
HTTP client used for all requests made by the HueSDK
.
Utilizes Finch
and for requests and connection pooling.
Link to this section Summary
Link to this section Types
@type response() :: {:ok, term()} | {:error, Mint.Types.error()}
Decoded HTTP response, usually a map/0
or list/0
.
See Mint.Types.error/0
for error information.