Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Discussion started here THRIFT-2674
Goal is to get proper Content-Types for Apache Thrift:
Content-Type: application/vnd.apache.thrift.binary; # binary Content-Type: application/vnd.apache.thrift.json; charset=utf-8 # 8-bit text Content-Type: application/vnd.apache.thrift.compact; # binary
Binary was already accepted:
http://www.iana.org/assignments/media-types/application/vnd.apache.thrift.binary
json and compact are in Expert Review status.
Attachments
Issue Links
- blocks
-
THRIFT-2674 JavaScript: declare Accept: and Content-Type: in request
- Closed
- is related to
-
THRIFT-3250 Apache Thrift should use registered media types with HTTP
- Open