Skip to content

Commit

Permalink
Merge pull request #51 from kivra/fix/spec
Browse files Browse the repository at this point in the history
Re-think the type
  • Loading branch information
kivra-pauoli authored Jun 20, 2024
2 parents cdca6f8 + 17e9547 commit 597d816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/restc.erl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
-type content_type() :: multi | json | xml | percent | png.
-type body() :: binary() |
jsx:json_term() |
term() | % check erlsom:simple_form/1,2
tuple() | % check erlsom:simple_form/1,2
multi_body().
-type multi_part() :: {Name::binary(), Value::binary()} |
{ file
Expand Down

0 comments on commit 597d816

Please sign in to comment.