-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
Add support for functions returning bytes.
It should be possible to run the following function using firefly.
def random_bytes():
return b'hello'
It should set the appropriate Content-Type. I think the suitable content-type is application/octet-stream, but it is already used for sending files. I think the file type should pick something other content-type.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels