Skip to content

Add option to not require content type header #103

@mcarlin

Description

@mcarlin

Problem

There are some clients that don't send a content-type header but send an XML body. It'd be nice to be able to support these clients by disabling the content-type check.

Possible Solution

Add a bool field to XmlConfig to allow disabling of content type checking. This would default to the existing behavior but would allow consumers of this crate to turn it off if necessary.

If you're open to PRs, I can tackle adding this feature.

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