View Source hex_api (hex_core v0.10.3)

Hex HTTP API

Summary

Types

body/0

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

response/0

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