I-D icon indicating copy to clipboard operation
I-D copied to clipboard

Concerns regarding large Link headers with Link Hints

Open RubenVerborgh opened this issue 5 years ago • 1 comments

Following Appendix A of https://tools.ietf.org/html/draft-nottingham-link-hint-02, the Link Hint JSON structure can be serialized in a Link header.

However, this seems to result in rather large Link headers, and it seems a strange precedent to stuff JSON in headers.

What is the design rationale behind this? Aren't we better off just linking to a Link Hints document (which could be cached and, with HTTP/2, be pushed)?

RubenVerborgh avatar May 29 '20 12:05 RubenVerborgh

Actually, the approach to provide a set of links in a dedicated document, as described in the "linkset" I-D, could be used for that purpose, see https://tools.ietf.org/html/draft-wilde-linkset-06.

hvdsomp avatar Jun 29 '20 06:06 hvdsomp