-
Need to describe how we sniff for MIME types in [[MIMESNIFF](file:///Volumes/Data/dev/w3c/model-element/index.html#bib-mimesniff)]. See also IANA "[model](https://www.iana.org/assignments/media-types/…
-
I just updated chefdk to: [chefdk-2.3.4-1.el7.x86_64.rpm](https://packages.chef.io/files/stable/chefdk/2.3.4/el/7/chefdk-2.3.4-1.el7.x86_64.rpm)
```
Recipe: s3_file::dependencies
* chef_gem[res…
-
Add an interface to register mime-types.
Something similar to how nginx configuration files allow for `http { types { } }` .
-
Many of my apps load TypeScript files over the network directly. TypeScript files end in `.ts`, and the MIME type for `.ts` is not `application/javascript`. Thus, my apps are breaking using the `ic-pr…
-
class Application < Rango::Controller
format(:json) do |object|
object.to_json
end
end
class Post < Application
def show(id)
if format.html?
render "post.html", post: post
el…
-
Use mime-types configuration file to store file types and their conent-type information. This should be used in the controller.file method to determine where to look for the static asset.
-
Add support according to the specification: http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
Check out the JAX-RS way of doing it: https://docs.jboss.org/resteasy/docs/1.0.2.GA/userguide/html/J…
-
Mime types missing from the enum:
* `application/xml`
* `text/rtf`
* `text/tcf+xml` (CLARIN)
... and of course I cannot generate mime-type info in the descriptors for all the DKPro Core `x.` t…
-
it might be inferred that it is application-jose, but i think it would be better to call it out
-
I'm using aws publish + the router to upload some assets. Is there any way to override the default mime types from the `mime` package here?