Skip to content

Commit 3c1e4f3

Browse files
authored
Merge pull request #650 from starbelly/fix-qs-vals-type
Fix spec for qs_vals() type
2 parents 10b078f + 1249e35 commit 3c1e4f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hackney_url.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
-include("hackney_lib.hrl").
3030

31-
-type qs_vals() :: [{binary(), binary() | true}].
31+
-type qs_vals() :: [{binary() | atom() | list() | integer(), binary() | true}].
3232
-type qs_opt() :: noplus | upper.
3333

3434
%% @doc Parse an URL and return a #hackney_url record.

0 commit comments

Comments
 (0)