Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upConcerns regarding large Link headers with Link Hints #319
Comments
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. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
RubenVerborgh commentedMay 29, 2020
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)?