Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Register MIME Type for GLB File Format #943

Closed
lexaknyazev opened this issue May 6, 2017 · 6 comments
Closed

Register MIME Type for GLB File Format #943

lexaknyazev opened this issue May 6, 2017 · 6 comments

Comments

@lexaknyazev
Copy link
Member

Since GLB file format is now a part of glTF 2.0 core spec, we should register its MIME Type with IANA.

According to RFC 6838, Section 4.2, we can use neither . (dot) because gltf is facet-less tree, nor + (plus) because it means registered structured syntax suffix (such as +json or +xml). So we've got two options (at least):

  • model/gltf-binary
  • model/gltf_binary

Thoughts?

CC @pjcozzi @sbtron @bghgary

@pjcozzi
Copy link
Member

pjcozzi commented May 6, 2017

Replaces #650

CC #412

@pjcozzi
Copy link
Member

pjcozzi commented May 6, 2017

model/gltf-binary

+1

@emackey
Copy link
Member

emackey commented May 6, 2017

+1 for model/gltf-binary

We'll have to fix it in Cesium, which is currently using model/gltf.binary.

@sbtron
Copy link
Contributor

sbtron commented Jun 5, 2017

Updated in #1000 . Still need to register with IANA

@sbtron
Copy link
Contributor

sbtron commented Nov 7, 2017

gltf-binary is now registered with IANA-
https://www.iana.org/assignments/media-types/media-types.xhtml

@sbtron sbtron closed this as completed Nov 7, 2017
@pjcozzi
Copy link
Member

pjcozzi commented Nov 8, 2017

Really exciting, congrats and thanks for taking the lead on this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants