ring-clojure / ring

Clojure HTTP server abstraction
MIT License
3.75k stars 519 forks source link

Add "docx" mime-type to mime_type.clj #510

Closed suvratapte closed 1 month ago

suvratapte commented 1 month ago

"docx" was missing from the supported mime-types.

weavejester commented 1 month ago

Thanks for the PR!

suvratapte commented 1 month ago

@weavejester : Anytime! :-) Which release will this go into? I'd like to have this change in a project I'm working on.

weavejester commented 1 month ago

It'll go into 1.13.0, once there's enough changes to justify a release. That is likely going to be a number of months away, so I'd recommend manually adding the extra mime type for now.

suvratapte commented 1 month ago

Makes sense. Thanks for the update! :-)