Skip to content

Multiple links for the same link relation do not work. #11

@fidian

Description

@fidian

For example, let's use a collection with multiple items.

Link: <http://example.com/list/one>, rel="item"; <http://example.com/list/two>, rel="item"

When parsed, I only see the /list/two link. The first one appears to be consumed.

I would expect an object like this:

{
    "item": [
        {
            "href": "http://example.com/list/one",
            "rel": "item"
        },
        {
            "href": "http://example.com/list/one",
            "rel": "item"
        }
    ]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions