ostinelli / misultin

Misultin (pronounced mee-sool-téen) is an Erlang library for building fast lightweight HTTP(S) servers, which also supports websockets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add custom Content-Types

sinnus opened this issue · comments

Content-Types by extension is hard coded in misultin_utility:get_content_type. How about customization of the function?

What kind of customization would you need?

I have tried to send 'crossdomain.xml' file using misultin:file but faced with restriction that I can't set Content-Type for xml files without recompiling of misultin_utility. I can offer to add option for mшsultin like {content_types, ["xml", "text/xml"]} or something else.

The best way to proceed is to do a pull request with the changes needed, so that all mimetypes get correctly covered.

The DEV branch has now what you need: 17bc219

Thank you,

r.