Re: Abbreviation form for HTTP JSON Header Field Values?

On 9 July 2016 at 03:18, Julian Reschke <julian.reschke@gmx.de> wrote:
>      "gzip", {"identity": {"q": 0.5}}, {"*": {"q": 0}}

If you accept that each value is a json value, then this is OK, but I
think that I'd prefer simply:
 A-E: { "gzip": {}, "identity": {"q":0.5}, "*": {"q":0} }
The drawback being that you can't include gzip twice in this form.
That's probably a virtue.  See also PHK's comments here.

Received on Monday, 11 July 2016 04:09:38 UTC