jazz icon indicating copy to clipboard operation
jazz copied to clipboard

parse response body in client request bindings

Open Arnaz87 opened this issue 5 years ago • 1 comments

https://github.com/foundpatterns/torchbear/blob/2b7737008f925b793dff466dbdd508ece9baacf5/src/bindings/client.rs#L31-L39

For some reason rust panics when trying to parse the response body into json

Arnaz87 avatar Oct 17 '18 21:10 Arnaz87

we fixed this by using serde instead of actix-web's string JSONifier

naturallymitchell avatar Oct 18 '18 03:10 naturallymitchell