hex_api (hex_core v0.19.0)

View Source

Hex HTTP API

Summary

Types

body/0

-type body() :: #{binary() => value()} | [#{binary() => value()}].

response/0

-type response() :: {ok, {hex_http:status(), hex_http:headers(), body() | nil}} | {error, term()}.

value/0

-type value() :: binary() | boolean() | nil | number() | [value()] | #{binary() => value()}.