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

KV store does not maintain object content types #772

Closed
mpalmer opened this issue Mar 10, 2015 · 2 comments
Closed

KV store does not maintain object content types #772

mpalmer opened this issue Mar 10, 2015 · 2 comments
Labels
type/enhancement Proposed improvement or new feature

Comments

@mpalmer
Copy link

mpalmer commented Mar 10, 2015

If I PUT a resource, sending a Content-Type request header of some arbitrary type, I expect that a request to retrieve that resource (with ?raw) to send back the same Content-Type in the response headers. Instead, I just get back text/plain all the time.

@ryanuber ryanuber added the type/enhancement Proposed improvement or new feature label Mar 10, 2015
@armon
Copy link
Member

armon commented Mar 10, 2015

Unfortunately, there is no Content-Type storage for objects internally. They are just opaque binary blobs. I don't anticipate us supporting this in the near future.

@armon
Copy link
Member

armon commented Apr 9, 2015

Closing, as we have no immediate plans to support this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type/enhancement Proposed improvement or new feature
Projects
None yet
Development

No branches or pull requests

3 participants