[rest] content transcoding -------------------------- Key: HBASE-3120 URL: https://issues.apache.org/jira/browse/HBASE-3120 Project: HBase Issue Type: Improvement Components: rest Reporter: Andrew Purtell Assignee: Andrew Purtell Priority: Minor
We have a reasonable user request for support for decoding of base64 encoded values into raw/binary when servicing GET requests with an Accept header of {{application/octet-stream}}. We can introduce a table schema attribute for column families that instructs the REST gateway to perform input and/or output transcoding, with base64->binary (for GET) and vice versa (for PUT or POST) as the first supported option. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.