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
Imagine you want to write a service to resize images. It should take an image as input and send back an image as output. The input part is handled by multipart/form-data, but there is no way to specify different output content type. Have an option in the config file to specify output_content_type and let the client return the response as bytes.
The text was updated successfully, but these errors were encountered:
Imagine you want to write a service to resize images. It should take an image as input and send back an image as output. The input part is handled by
multipart/form-data
, but there is no way to specify different output content type. Have an option in the config file to specifyoutput_content_type
and let the client return the response as bytes.The text was updated successfully, but these errors were encountered: