You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At this moment ToRequest(event, "structured", lambda x: x) will return the data as io.StringIO, but ToRequest(event, "binary", lambda x: x) will return with respect to the returning datatype of a data_unmarshaller.
There's not suppose to be any kinds of differences. That's said, data must be returned as io.BytesIO in both cases.