Skip to content

Commit b1221d2

Browse files
committed
Replace httpc with gun
Add put API
1 parent d39e18f commit b1221d2

File tree

6 files changed

+491
-135
lines changed

6 files changed

+491
-135
lines changed

deps/rabbitmq_aws/include/rabbitmq_aws.hrl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,9 @@
6868
security_token :: security_token() | undefined,
6969
region :: region() | undefined,
7070
imdsv2_token:: imdsv2token() | undefined,
71-
error :: atom() | string() | undefined}).
71+
error :: atom() | string() | undefined,
72+
gun_connections = #{} :: #{string() => pid()} % host -> gun_pid mapping
73+
}).
7274
-type state() :: #state{}.
7375

7476
-type scheme() :: atom().

0 commit comments

Comments
 (0)