Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upValue of `application/linkset` vs. existing `message/http` #120
Comments
This comment has been minimized.
This comment has been minimized.
We are spec-ing how to represent a set of links in stand-alone documents, not how to represent HTTP headers in stand-alone documents. As such, I respectfully feel that your suggestion is beyond the scope of what we want to achieve. |
This comment has been minimized.
This comment has been minimized.
@hvdsomp apologies if that was offensive in some way. I'm mainly hunting for what this spec is aiming to provide relative to the other solutions already available. For example, Figure 4 in the current draft expresses a response that could be stored separately and delivered (if desired) as an Anyhow. I'll try to spend some time reading the latest version of the introduction material to better understand the use cases and distinctness intended. |
This comment has been minimized.
This comment has been minimized.
On 2019-03-13 15:42, BigBlueHat wrote:
Does the |application/linkset| format introduce new value over
|message/http| <https://tools.ietf.org/html/rfc7230#section-8.3.1>
documents?
it allows to identify linksets, which message/http does not allow.
I understand it constrains the contents to only |Link| headers, but I'm
not sure of the value of that additional constraint (relative to leaving
the door open to other headers).
for one, message/http only allows complete HTTP messages, so
representing a single header field is not possible.
|
dret
added
the
linkset
label
Mar 13, 2019
This comment has been minimized.
This comment has been minimized.
You mean when using content negotiation? The discovery of a
I believe this is a valid HTTP/1.1 200 OK
Link: <http://authors.example.net/johndoe>
; rel="author"
; type="application/rdf+xml"
; anchor="http://example.org/resource1 However, I could see a need for a new media type if restricting even that additional status line was important. That said, it would be nice to inherit from existing code/plumbing that can already parse I'm likely barking up the wrong tree again though... |
BigBlueHat commentedMar 13, 2019
Does the
application/linkset
format introduce new value overmessage/http
documents?I understand it constrains the contents to only
Link
headers, but I'm not sure of the value of that additional constraint (relative to leaving the door open to other headers).Sort of related to conversations in #103, #117, and #89.