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
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.
The text was updated successfully, but these errors were encountered:
Add support for functions returning bytes.
It should be possible to run the following function using firefly.
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.The text was updated successfully, but these errors were encountered: