Closed
Description
Apparently I did not include an example of allow
(which for some reason I really thought I had). There's also not a direct example of it in the referenced draft spec for encoding headers in JSON. This has led to at least one instance of someone considering Allow: HEAD, GET, POST
to be encoded as "allow": [["HEAD", "GET", "POST"]]
, treating compound values within and among individual header lines differently. That was not the intention.