Since Wrest::Response is immutable, the results of Response#deserialise should be cached
Closed this issue · 2 comments
kaiwren commented
Since Wrest::Response is immutable, the results of Response#deserialise should be cached
kaiwren commented
Basically repeated calls to Wrest#deserialise should deserialse the body just once. This should not affect Wrest#deserialise_using
preethiramdev commented
Fixed in Commit 3fed972