feat: Support JSON body serialization in requests & responses
Uses `serde_json` to provide serialisation and deserialisation of request/response bodies.
This commit is contained in:
parent
b28f6e748d
commit
479a6b3442
2 changed files with 66 additions and 13 deletions
|
|
@ -5,3 +5,5 @@ authors = ["Vincent Ambo <mail@tazj.in>"]
|
|||
|
||||
[dependencies]
|
||||
curl = "0.4"
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue