Open ioggstream opened 4 years ago
I've added a few things to address your points:
I'm still working on them, so for now this is just an FYI 😉
Moved the cache/representation parte in another issue, as I think that's complex.
I left a comment on the above commit: https://github.com/dret/I-D/commit/a419ba894bad4cd31ae0b16f01adb26fd71161cc#r39174548
I expect
to have header considerations https://tools.ietf.org/html/rfc7231#section-8.3.1 in content-warning spec
Further questions
[x] which is the behavior of Content-Warning in case of no-content responses eg. HEAD?
[x] if the "warning" attribute is part of the representation, is that supposed to be returned even by subsequent GET requests? How does this impact with caching? See #138
[ ] This header SHOULD/NOT be cached/used in CONNECTION / mentioned in Vary
[x] Intermediaries MUST NOT modify its value. (7fb08fa)