Skip to content

consolidate return types #6

@denismakogon

Description

@denismakogon

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions