-
Notifications
You must be signed in to change notification settings - Fork 11
Add transform function support to sync and sync_render #99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 |
thruflo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great stuff 👍
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