Skip to content
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

consolidate return types #6

Closed
denismakogon opened this issue Dec 10, 2018 · 0 comments
Closed

consolidate return types #6

denismakogon opened this issue Dec 10, 2018 · 0 comments

Comments

@denismakogon
Copy link
Member

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.

denismakogon added a commit that referenced this issue Dec 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant