Skip to content
Draft
2 changes: 1 addition & 1 deletion deps/rabbitmq_aws/include/rabbitmq_aws.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
-type value() :: string().
-type header() :: {Field :: field(), Value :: value()}.
-type headers() :: [header()].
-type body() :: string() | binary().
-type body() :: iodata().

-type ssl_options() :: [ssl:tls_client_option()].

Expand Down
Loading
Loading