feat: support {:form,data} tagged body tuples#886
Conversation
PR SummaryLow Risk Overview FormUrlencoded now treats tagged bodies as encodable, unwraps the inner Tests cover default and bracket encoding for tagged tuples, JSON pass-through, and backward compatibility for plain maps. Reviewed by Cursor Bugbot for commit afd620a. Bugbot is set up for automated code reviews on this repo. Configure here. |
| end | ||
| end | ||
|
|
||
| defp encodable?(%{body: {:form, _}}), do: true |
There was a problem hiding this comment.
should the name be :form_urlencoded?
7ec2e71 to
afd620a
Compare
No description provided.