I-D
I-D copied to clipboard
My Internet-Drafts
the docs hint proposed in https://mnot.github.io/I-D/json-home/#docs could be substituted by recommending the service-doc link relation instead. generally speaking, maybe it would be helpful to collect a few link relations to...
[https://tools.ietf.org/html/rfc6903#section-6](https://tools.ietf.org/html/rfc6903#section-6) defines the "type" link relation type to indicate that a resource is an instance of a certain class of resources. Having a link hint with the same semantics would...
Assume that my HTTP API provides a `collection` link, like so: ```json "_links": { "collection": { "href": "/posts", "links": { "item": { "href": "/posts/1 } } } ``` Since the...
While reading https://tools.ietf.org/html/draft-nottingham-link-hint-02, I stumbled upon: > The object MAY have a "links" member, whose value is an object representing links (in the sense of [RFC8288]) whose context is any...
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...
Links are for navigating to resources, first and foremost. As in [URL, Uniform __Resource__ Locator]( https://en.wikipedia.org/wiki/URL). Likewise, mentioning (navigating between application) state(s) and thus hinting at HATEOAS does not seem...
See [today's thread on gen-art about this](https://mailarchive.ietf.org/arch/msg/gen-art/sOfvzujW7MW62LEr3AtWt2uM1kY/). The answer to: > Why aren't per-directory well-known locations defined? Given in Appendix A could be moved into Section 3. > Allowing every...
In [section 2 of today's draft](https://tools.ietf.org/html/draft-nottingham-bikeshed-length-00#section-2): > Its value MUST be an Integer (Section x.x of [I-D.ietf-httpbis-header-structure]), indicating a decimal number of octets for a potential payload body. "Decimal" is...
the current text provides an example for API-level information that is probably intended to link to API documentation, and uses the `describedby` link relation type. the idea to be able...
These need some consideration. We don't want to enable signficantly larger values than allowed by SH, and yet we have more efficient / common ways to do them.