Add transform function support to sync and sync_render - #99
Conversation
cc47e8e to
b79d372
Compare
8555ea1 to
9899e63
Compare
|
@magnetised I tried this myself and it works really nicely! The only problem is when the payload starts to get large, in which case I start to get errors like |
That's not good... Will see if I can reproduce & fix. Thanks! |
- collect response into binary before mapping - don't try to map error responses
9899e63 to
35b6353
Compare
@evanob actually caused by my dumb implementation of the stream mapping... Fixed, thanks |
plus handle empty bodies
Fixes #53