Skip to content

HTTP headers in links as dictionary of arrays to support multiple values #435

Open
@emmanuelmathot

Description

@emmanuelmathot

HTTP 9110 RFC states:

HTTP uses "fields" to provide data in the form of extensible name/value pairs with a registered key namespace. Fields are sent and received within the header and trailer sections of messages ([Section 6](https://www.rfc-editor.org/rfc/rfc9110.html#message.abstraction)).

In order to avoid ambiguity in the field values that are sent, the headers object in a link object should be specified as a dictionary of string arrays Map<string, [string]>

https://stackoverflow.com/questions/3096888/standard-for-adding-multiple-values-of-a-single-http-header-to-a-request-or-resp

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions