Skip to content

Commit bf38d83

Browse files
authored
Fix the type definition of the response headers. (#189)
1 parent af7eab8 commit bf38d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/shotgun.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
}.
9090

9191
-type response() :: #{ status_code => integer()
92-
, headers => map()
92+
, headers => proplists:proplist()
9393
, body => binary()
9494
}.
9595

0 commit comments

Comments
 (0)