Skip to content

[Bug] Typing for multiValueHeaders should be array #274

@jrgermain

Description

@jrgermain

I noticed that the TypeScript type definition for a Request types the multiValueHeaders property as an object whose values are strings. Based on the structure of the API Gateway event and the code in this library, it looks like this should be string[] instead of string.

I opened PR #273 to update the type definition to match the actual behavior.

Let me know if there’s anything else I can do to help!

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