tustvold commented on issue #3300:
URL: https://github.com/apache/arrow-rs/issues/3300#issuecomment-1344087323

   > should I write the code
   
   If you would like to, I'd be happy to review it. Otherwise I can add this to 
my list
   
   > What's the purpose of having both mime and extension in fn
   
   Mainly to avoid having to bring in a dependency on a mime inference crate, 
and also to support non-standard file extensions.
   
   So you'd be able to do something like
   
   ```
   with_content_type_for_extension("myjson", "application/json")
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to