rgrove / rawgit

Served files from raw.githubusercontent.com, but with the correct content types. No longer actively developed.
https://rawgit.com
MIT License
2.39k stars 488 forks source link

Is there a list of MIME types that you recognize? Can this be edited? #74

Closed markwilkinson closed 9 years ago

markwilkinson commented 9 years ago

Hi!

I'm serving OWL (ontology) files from Git, with the (typical) .owl extension. These are in RDF-XML format. They are being served as text/plain, rather than application/rdf+xml. Is there a way to "force" rawgit to serve them with the correct Content-type header?

Cheers!

Mark

rgrove commented 9 years ago

@markwilkinson .owl files should now be served with an application/rdf+xml content-type. Enjoy!