Skip to content

header names must be lowercase: Metadata #894

Closed
@yvespp

Description

@yvespp

The SDK sets the header "Metadata" in different places (search case sensitive for insert_header("Metadata") which the the validation here doesn't like:

"header names must be lowercase: {c}"

All the code that sets the header is generated by AutoRust, e.g.

req.insert_header("Metadata", &this.metadata);

Change the validation or the header?
Why isn't this caught by a test?

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