BentoML icon indicating copy to clipboard operation
BentoML copied to clipboard

grpc(io): support custom mime type

Open aarnphm opened this issue 1 year ago • 0 comments

Currently we have an enum field to determine a file type to support. Under the hood, this is merely a mapping to a coressponding mime type.

However this prevents user from putting custom mime type

A proposed solution is to make the file type a text instead of a enum.

aarnphm avatar Sep 13 '22 22:09 aarnphm