kriogenia / rede

CLI tool to run and configure suites of HTTP requests defined in readable files
http://rede.sotoestevez.dev/
Apache License 2.0
1 stars 3 forks source link

Support `body.json` #60

Closed kriogenia closed 2 weeks ago

kriogenia commented 3 weeks ago

JSON is the most used type of body. We should support the option to declare a body of that type instead of having to force the user to use body.raw + Content-Type: application/json.

This should be a fairly easy task. It only requires expanding the Body of parser/src/schema/body.rs.