View Source hex_api (hex_core v0.11.0)

Hex HTTP API

Summary

Types

-type body() :: [body()] | #{binary() => body() | binary()}.
-type response() :: {ok, {hex_http:status(), hex_http:headers(), body() | nil}} | {error, term()}.