Skip to content

Support multiple headers with the same header name #69

@rylev

Description

@rylev

HTTP headers can be duplicated where a single logical header name has multiple values. This is why wasi-http returns a list of header values when you query for a given header name. The SDK papers over this and takes the last value it sees as the only value for the header.

Unfortunately solving this issue would be a breaking change as the SDK exposes this fact to users. For example, here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions