Open
Bug 1519080
Opened 6 years ago
Updated 2 years ago
[BinAST] Version accept header
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: Yoric, Unassigned)
References
Details
We'll be experimenting with several successive formats for BinAST.
We should version the header.
Updated•6 years ago
|
Priority: -- → P2
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Reporter | ||
Comment 1•6 years ago
•
|
||
So, as discussed with @RReverser and @arai on another channel, we could use
Content-Type=application/javascript-binast
(current version – for backwards compatibility, that's the multipart encoding)Content-Type=application/javascript-binast;encoding=x-multipart
(experimental, multipart)Content-Type=application/javascript-binast;encoding=context-0.1
(experimental, context 0.1)- etc.
and use Content-Encoding=br
(or other).
Not sure if we can somehow register every content type that starts with application/javascript-binast
.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•